Html Css Color HEX #33ABBE Pelorous

📋 copy color: '#33ABBE'

red 51 ◦ green 171 ◦ blue 190

#33ABBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #33ABBE

Tints of Pelorous #33ABBE

RGB

 RED value IS 51 (20.31% from 255) = 12.38%

 GREEN value IS 171 (67.19% from 255) = 41.5%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 12.38%
G = 41.5%
B = 46.12%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33ABBE (or 0x33ABBE) is known color: Pelorous. HEX triplet: 33, AB and BE. RGB value is (51,171,190). Sum of RGB (Red+Green+Blue) = 51+171+190=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #33ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBE is #CC5441. Grayscale: #898989. Windows color (decimal): -13390914 or 12495667. OLE color: 12495667.

HSL color Cylindrical-coordinate representation of color #33ABBE: hue angle of 188.2º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ABBE is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 171 190 -
CMYK 0.73 0.10 0 0.25
HSL 188.2º 0.58% 0.47% -
HSV(B) 188.2º 0.73% 0.75% -
XYZ 25.22 33.55 53.86 -
YUV 137.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 51 171 190 0.73 0.10 0 0.25 188.2 0.58 0.47
Hex 33 AB BE 49 A 0 19 BC 3A 2F
Octal 63 253 276 111 12 0 31 274 72 57
Binary 110011 10101011 10111110 1001001 1010 0 11001 10111100 111010 101111

Color Harmonies of #33ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBE

Black with #33ABBE

Text Example


Text Example

White with #33ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33ABBE; }

 p { color: rgb(51,171,190); }

 H1.HeaderClassName
 {
   color: #33ABBE;
 }
 .AnyTagClassName
 {
   color: #33ABBE;
 }
</style>

background-color css

<style>
 a { background-color: #33ABBE; }

 a { background-color: rgb(51,171,190); }

 div.DivClassName
 {
   background-color: #33ABBE;
 }
 .BgClassName
 {
   background-color: #33ABBE;
 }
</style>

border-color css

<style>
 span { border-color: #33ABBE; }

 span { border-color: rgb(51,171,190); }

 td.TdClassName
 {
   border-color: #33ABBE;
 }
 .TagClassName
 {
   border-color: #33ABBE;
 }
</style>