Html Css Color HEX #33ABBB Pelorous

📋 copy color: '#33ABBB'

red 51 ◦ green 171 ◦ blue 187

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

Shades of Pelorous #33ABBB

Tints of Pelorous #33ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 12.47%
G = 41.81%
B = 45.72%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#33ABBB (or 0x33ABBB) is known color: Pelorous. HEX triplet: 33, AB and BB. RGB value is (51,171,187). Sum of RGB (Red+Green+Blue) = 51+171+187=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #33ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBB is #CC5444. Grayscale: #888888. Windows color (decimal): -13390917 or 12299059. OLE color: 12299059.

HSL color Cylindrical-coordinate representation of color #33ABBB: hue angle of 187.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ABBB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 171 187 -
CMYK 0.73 0.09 0 0.27
HSL 187.06º 0.57% 0.47% -
HSV(B) 187.06º 0.73% 0.73% -
XYZ 24.9 33.42 52.15 -
YUV 136.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 51 171 187 0.73 0.09 0 0.27 187.06 0.57 0.47
Hex 33 AB BB 49 9 0 1B BB 39 2F
Octal 63 253 273 111 11 0 33 273 71 57
Binary 110011 10101011 10111011 1001001 1001 0 11011 10111011 111001 101111

Color Harmonies of #33ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBB

Black with #33ABBB

Text Example


Text Example

White with #33ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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