Html Css Color HEX #1CBCAF Light Sea Green

📋 copy color: '#1CBCAF'

red 28 ◦ green 188 ◦ blue 175

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

Shades of Light Sea Green #1CBCAF

Tints of Light Sea Green #1CBCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

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

R = 7.16%
G = 48.08%
B = 44.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#1CBCAF (or 0x1CBCAF) is known color: Light Sea Green. HEX triplet: 1C, BC and AF. RGB value is (28,188,175). Sum of RGB (Red+Green+Blue) = 28+188+175=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAF is #E34350. Grayscale: #8A8A8A. Windows color (decimal): -14893905 or 11516956. OLE color: 11516956.

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

Color convert

RGB 28 188 175 -
CMYK 0.85 0 0.07 0.26
HSL 175.13º 0.74% 0.42% -
HSV(B) 175.13º 0.85% 0.74% -
XYZ 26.2 39.31 46.76 -
YUV 138.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 28 188 175 0.85 0 0.07 0.26 175.13 0.74 0.42
Hex 1C BC AF 55 0 7 1A AF 4A 2A
Octal 34 274 257 125 0 7 32 257 112 52
Binary 11100 10111100 10101111 1010101 0 111 11010 10101111 1001010 101010

Color Harmonies of #1CBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCAF

Black with #1CBCAF

Text Example


Text Example

White with #1CBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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