Html Css Color HEX #33ABBC Pelorous

📋 copy color: '#33ABBC'

red 51 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #33ABBC

Tints of Pelorous #33ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 12.44%
G = 41.71%
B = 45.85%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#33ABBC (or 0x33ABBC) is known color: Pelorous. HEX triplet: 33, AB and BC. RGB value is (51,171,188). Sum of RGB (Red+Green+Blue) = 51+171+188=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #33ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABBC is #CC5443. Grayscale: #888888. Windows color (decimal): -13390916 or 12364595. OLE color: 12364595.

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

Color convert

RGB 51 171 188 -
CMYK 0.73 0.09 0 0.26
HSL 187.45º 0.57% 0.47% -
HSV(B) 187.45º 0.73% 0.74% -
XYZ 25.01 33.46 52.72 -
YUV 137.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 51 171 188 0.73 0.09 0 0.26 187.45 0.57 0.47
Hex 33 AB BC 49 9 0 1A BB 39 2F
Octal 63 253 274 111 11 0 32 273 71 57
Binary 110011 10101011 10111100 1001001 1001 0 11010 10111011 111001 101111

Color Harmonies of #33ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ABBC

Black with #33ABBC

Text Example


Text Example

White with #33ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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