Html Css Color HEX #1CB8AF Light Sea Green

📋 copy color: '#1CB8AF'

red 28 ◦ green 184 ◦ blue 175

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

Shades of Light Sea Green #1CB8AF

Tints of Light Sea Green #1CB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 7.24%
G = 47.55%
B = 45.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#1CB8AF (or 0x1CB8AF) is known color: Light Sea Green. HEX triplet: 1C, B8 and AF. RGB value is (28,184,175). Sum of RGB (Red+Green+Blue) = 28+184+175=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB8AF is #E34750. Grayscale: #888888. Windows color (decimal): -14894929 or 11515932. OLE color: 11515932.

HSL color Cylindrical-coordinate representation of color #1CB8AF: hue angle of 176.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB8AF is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 184 175 -
CMYK 0.85 0 0.05 0.28
HSL 176.54º 0.74% 0.42% -
HSV(B) 176.54º 0.85% 0.72% -
XYZ 25.36 37.62 46.48 -
YUV 136.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 28 184 175 0.85 0 0.05 0.28 176.54 0.74 0.42
Hex 1C B8 AF 55 0 5 1C B1 4A 2A
Octal 34 270 257 125 0 5 34 261 112 52
Binary 11100 10111000 10101111 1010101 0 101 11100 10110001 1001010 101010

Color Harmonies of #1CB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB8AF

Black with #1CB8AF

Text Example


Text Example

White with #1CB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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