Html Css Color HEX #1C9EAB Pelorous

📋 copy color: '#1C9EAB'

red 28 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #1C9EAB

Tints of Pelorous #1C9EAB

RGB

 RED value IS 28 (11.33% from 255) = 7.84%

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 7.84%
G = 44.26%
B = 47.9%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C9EAB (or 0x1C9EAB) is known color: Pelorous. HEX triplet: 1C, 9E and AB. RGB value is (28,158,171). Sum of RGB (Red+Green+Blue) = 28+158+171=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C9EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9EAB is #E36154. Grayscale: #787878. Windows color (decimal): -14901589 or 11247132. OLE color: 11247132.

HSL color Cylindrical-coordinate representation of color #1C9EAB: hue angle of 185.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9EAB is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 158 171 -
CMYK 0.84 0.08 0 0.33
HSL 185.45º 0.72% 0.39% -
HSV(B) 185.45º 0.84% 0.67% -
XYZ 20.06 27.64 42.81 -
YUV 120.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 28 158 171 0.84 0.08 0 0.33 185.45 0.72 0.39
Hex 1C 9E AB 54 8 0 21 B9 48 27
Octal 34 236 253 124 10 0 41 271 110 47
Binary 11100 10011110 10101011 1010100 1000 0 100001 10111001 1001000 100111

Color Harmonies of #1C9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9EAB

Black with #1C9EAB

Text Example


Text Example

White with #1C9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C9EAB; }

 p { color: rgb(28,158,171); }

 H1.HeaderClassName
 {
   color: #1C9EAB;
 }
 .AnyTagClassName
 {
   color: #1C9EAB;
 }
</style>

background-color css

<style>
 a { background-color: #1C9EAB; }

 a { background-color: rgb(28,158,171); }

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

border-color css

<style>
 span { border-color: #1C9EAB; }

 span { border-color: rgb(28,158,171); }

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