Html Css Color HEX #33ABBF Pelorous

📋 copy color: '#33ABBF'

red 51 ◦ green 171 ◦ blue 191

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

Shades of Pelorous #33ABBF

Tints of Pelorous #33ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 12.35%
G = 41.4%
B = 46.25%

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

#33ABBF (or 0x33ABBF) is known color: Pelorous. HEX triplet: 33, AB and BF. RGB value is (51,171,191). Sum of RGB (Red+Green+Blue) = 51+171+191=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #33ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBF is #CC5440. Grayscale: #898989. Windows color (decimal): -13390913 or 12561203. OLE color: 12561203.

HSL color Cylindrical-coordinate representation of color #33ABBF: hue angle of 188.57º 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 #33ABBF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 171 191 -
CMYK 0.73 0.10 0 0.25
HSL 188.57º 0.58% 0.47% -
HSV(B) 188.57º 0.73% 0.75% -
XYZ 25.33 33.59 54.44 -
YUV 137.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 51 171 191 0.73 0.10 0 0.25 188.57 0.58 0.47
Hex 33 AB BF 49 A 0 19 BD 3A 2F
Octal 63 253 277 111 12 0 31 275 72 57
Binary 110011 10101011 10111111 1001001 1010 0 11001 10111101 111010 101111

Color Harmonies of #33ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBF

Black with #33ABBF

Text Example


Text Example

White with #33ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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