Html Css Color HEX #1CAFB6 Light Sea Green

📋 copy color: '#1CAFB6'

red 28 ◦ green 175 ◦ blue 182

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

Shades of Light Sea Green #1CAFB6

Tints of Light Sea Green #1CAFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 7.27%
G = 45.45%
B = 47.27%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1CAFB6 (or 0x1CAFB6) is known color: Light Sea Green. HEX triplet: 1C, AF and B6. RGB value is (28,175,182). Sum of RGB (Red+Green+Blue) = 28+175+182=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #1CAFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFB6 is #E35049. Grayscale: #838383. Windows color (decimal): -14897226 or 11972380. OLE color: 11972380.

HSL color Cylindrical-coordinate representation of color #1CAFB6: hue angle of 182.73º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAFB6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 175 182 -
CMYK 0.85 0.04 0 0.29
HSL 182.73º 0.73% 0.41% -
HSV(B) 182.73º 0.85% 0.71% -
XYZ 24.25 34.28 49.6 -
YUV 131.85 156.3 53.93 -
System Red Green Blue C M Y K H S L
Decimal 28 175 182 0.85 0.04 0 0.29 182.73 0.73 0.41
Hex 1C AF B6 55 4 0 1D B7 49 29
Octal 34 257 266 125 4 0 35 267 111 51
Binary 11100 10101111 10110110 1010101 100 0 11101 10110111 1001001 101001

Color Harmonies of #1CAFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFB6

Black with #1CAFB6

Text Example


Text Example

White with #1CAFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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