Html Css Color HEX #36ABBC Pelorous

📋 copy color: '#36ABBC'

red 54 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #36ABBC

Tints of Pelorous #36ABBC

RGB

 RED value IS 54 (21.48% from 255) = 13.08%

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

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

R = 13.08%
G = 41.4%
B = 45.52%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#36ABBC (or 0x36ABBC) is known color: Pelorous. HEX triplet: 36, AB and BC. RGB value is (54,171,188). Sum of RGB (Red+Green+Blue) = 54+171+188=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #36ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ABBC is #C95443. Grayscale: #898989. Windows color (decimal): -13194308 or 12364598. OLE color: 12364598.

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

Color convert

RGB 54 171 188 -
CMYK 0.71 0.09 0 0.26
HSL 187.61º 0.55% 0.47% -
HSV(B) 187.61º 0.71% 0.74% -
XYZ 25.16 33.54 52.72 -
YUV 137.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 54 171 188 0.71 0.09 0 0.26 187.61 0.55 0.47
Hex 36 AB BC 47 9 0 1A BC 37 2F
Octal 66 253 274 107 11 0 32 274 67 57
Binary 110110 10101011 10111100 1000111 1001 0 11010 10111100 110111 101111

Color Harmonies of #36ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ABBC

Black with #36ABBC

Text Example


Text Example

White with #36ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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