Html Css Color HEX #1CBCB9 Light Sea Green

📋 copy color: '#1CBCB9'

red 28 ◦ green 188 ◦ blue 185

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

Shades of Light Sea Green #1CBCB9

Tints of Light Sea Green #1CBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 6.98%
G = 46.88%
B = 46.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#1CBCB9 (or 0x1CBCB9) is known color: Light Sea Green. HEX triplet: 1C, BC and B9. RGB value is (28,188,185). Sum of RGB (Red+Green+Blue) = 28+188+185=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCB9 is #E34346. Grayscale: #8B8B8B. Windows color (decimal): -14893895 or 12172316. OLE color: 12172316.

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

Color convert

RGB 28 188 185 -
CMYK 0.85 0 0.02 0.26
HSL 178.88º 0.74% 0.42% -
HSV(B) 178.88º 0.85% 0.74% -
XYZ 27.22 39.72 52.13 -
YUV 139.82 153.49 48.24 -
System Red Green Blue C M Y K H S L
Decimal 28 188 185 0.85 0 0.02 0.26 178.88 0.74 0.42
Hex 1C BC B9 55 0 2 1A B3 4A 2A
Octal 34 274 271 125 0 2 32 263 112 52
Binary 11100 10111100 10111001 1010101 0 10 11010 10110011 1001010 101010

Color Harmonies of #1CBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCB9

Black with #1CBCB9

Text Example


Text Example

White with #1CBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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