Html Css Color HEX #1CBCAD Light Sea Green

📋 copy color: '#1CBCAD'

red 28 ◦ green 188 ◦ blue 173

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

Shades of Light Sea Green #1CBCAD

Tints of Light Sea Green #1CBCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 7.2%
G = 48.33%
B = 44.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#1CBCAD (or 0x1CBCAD) is known color: Light Sea Green. HEX triplet: 1C, BC and AD. RGB value is (28,188,173). Sum of RGB (Red+Green+Blue) = 28+188+173=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAD is #E34352. Grayscale: #8A8A8A. Windows color (decimal): -14893907 or 11385884. OLE color: 11385884.

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

Color convert

RGB 28 188 173 -
CMYK 0.85 0 0.08 0.26
HSL 174.38º 0.74% 0.42% -
HSV(B) 174.38º 0.85% 0.74% -
XYZ 26 39.23 45.74 -
YUV 138.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 28 188 173 0.85 0 0.08 0.26 174.38 0.74 0.42
Hex 1C BC AD 55 0 8 1A AE 4A 2A
Octal 34 274 255 125 0 10 32 256 112 52
Binary 11100 10111100 10101101 1010101 0 1000 11010 10101110 1001010 101010

Color Harmonies of #1CBCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCAD

Black with #1CBCAD

Text Example


Text Example

White with #1CBCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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