Html Css Color HEX #1CAFB0 Light Sea Green

📋 copy color: '#1CAFB0'

red 28 ◦ green 175 ◦ blue 176

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

Shades of Light Sea Green #1CAFB0

Tints of Light Sea Green #1CAFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 7.39%
G = 46.17%
B = 46.44%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1CAFB0 (or 0x1CAFB0) is known color: Light Sea Green. HEX triplet: 1C, AF and B0. RGB value is (28,175,176). Sum of RGB (Red+Green+Blue) = 28+175+176=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #1CAFB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAFB0 is #E3504F. Grayscale: #838383. Windows color (decimal): -14897232 or 11579164. OLE color: 11579164.

HSL color Cylindrical-coordinate representation of color #1CAFB0: hue angle of 180.41º degrees, saturation: 0.73, 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 #1CAFB0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 175 176 -
CMYK 0.84 0.01 0 0.31
HSL 180.41º 0.73% 0.4% -
HSV(B) 180.41º 0.84% 0.69% -
XYZ 23.65 34.04 46.4 -
YUV 131.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 28 175 176 0.84 0.01 0 0.31 180.41 0.73 0.4
Hex 1C AF B0 54 1 0 1F B4 49 28
Octal 34 257 260 124 1 0 37 264 111 50
Binary 11100 10101111 10110000 1010100 1 0 11111 10110100 1001001 101000

Color Harmonies of #1CAFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAFB0

Black with #1CAFB0

Text Example


Text Example

White with #1CAFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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