Html Css Color HEX #1CAF9B Light Sea Green

📋 copy color: '#1CAF9B'

red 28 ◦ green 175 ◦ blue 155

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

Shades of Light Sea Green #1CAF9B

Tints of Light Sea Green #1CAF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 7.82%
G = 48.88%
B = 43.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#1CAF9B (or 0x1CAF9B) is known color: Light Sea Green. HEX triplet: 1C, AF and 9B. RGB value is (28,175,155). Sum of RGB (Red+Green+Blue) = 28+175+155=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAF9B is #E35064. Grayscale: #808080. Windows color (decimal): -14897253 or 10202908. OLE color: 10202908.

HSL color Cylindrical-coordinate representation of color #1CAF9B: hue angle of 171.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF9B is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 155 -
CMYK 0.84 0 0.11 0.31
HSL 171.84º 0.72% 0.4% -
HSV(B) 171.84º 0.84% 0.69% -
XYZ 21.73 33.27 36.29 -
YUV 128.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 28 175 155 0.84 0 0.11 0.31 171.84 0.72 0.4
Hex 1C AF 9B 54 0 B 1F AC 48 28
Octal 34 257 233 124 0 13 37 254 110 50
Binary 11100 10101111 10011011 1010100 0 1011 11111 10101100 1001000 101000

Color Harmonies of #1CAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF9B

Black with #1CAF9B

Text Example


Text Example

White with #1CAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,155); }

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

background-color css

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

 a { background-color: rgb(28,175,155); }

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

border-color css

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

 span { border-color: rgb(28,175,155); }

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