Html Css Color HEX #1CB5AC Light Sea Green

📋 copy color: '#1CB5AC'

red 28 ◦ green 181 ◦ blue 172

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

Shades of Light Sea Green #1CB5AC

Tints of Light Sea Green #1CB5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 7.35%
G = 47.51%
B = 45.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#1CB5AC (or 0x1CB5AC) is known color: Light Sea Green. HEX triplet: 1C, B5 and AC. RGB value is (28,181,172). Sum of RGB (Red+Green+Blue) = 28+181+172=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB5AC is #E34A53. Grayscale: #868686. Windows color (decimal): -14895700 or 11318556. OLE color: 11318556.

HSL color Cylindrical-coordinate representation of color #1CB5AC: hue angle of 176.47º 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 #1CB5AC is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 172 -
CMYK 0.85 0 0.05 0.29
HSL 176.47º 0.73% 0.41% -
HSV(B) 176.47º 0.85% 0.71% -
XYZ 24.45 36.27 44.74 -
YUV 134.23 149.31 52.23 -
System Red Green Blue C M Y K H S L
Decimal 28 181 172 0.85 0 0.05 0.29 176.47 0.73 0.41
Hex 1C B5 AC 55 0 5 1D B0 49 29
Octal 34 265 254 125 0 5 35 260 111 51
Binary 11100 10110101 10101100 1010101 0 101 11101 10110000 1001001 101001

Color Harmonies of #1CB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB5AC

Black with #1CB5AC

Text Example


Text Example

White with #1CB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,181,172); }

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

background-color css

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

 a { background-color: rgb(28,181,172); }

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

border-color css

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

 span { border-color: rgb(28,181,172); }

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