Html Css Color HEX #1CBFAD Light Sea Green

📋 copy color: '#1CBFAD'

red 28 ◦ green 191 ◦ blue 173

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

Shades of Light Sea Green #1CBFAD

Tints of Light Sea Green #1CBFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 48.72%

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

R = 7.14%
G = 48.72%
B = 44.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#1CBFAD (or 0x1CBFAD) is known color: Light Sea Green. HEX triplet: 1C, BF and AD. RGB value is (28,191,173). Sum of RGB (Red+Green+Blue) = 28+191+173=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBFAD is #E34052. Grayscale: #8C8C8C. Windows color (decimal): -14893139 or 11386652. OLE color: 11386652.

HSL color Cylindrical-coordinate representation of color #1CBFAD: hue angle of 173.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBFAD is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 173 -
CMYK 0.85 0 0.09 0.25
HSL 173.37º 0.74% 0.43% -
HSV(B) 173.37º 0.85% 0.75% -
XYZ 26.65 40.53 45.95 -
YUV 140.21 146.5 47.96 -
System Red Green Blue C M Y K H S L
Decimal 28 191 173 0.85 0 0.09 0.25 173.37 0.74 0.43
Hex 1C BF AD 55 0 9 19 AD 4A 2B
Octal 34 277 255 125 0 11 31 255 112 53
Binary 11100 10111111 10101101 1010101 0 1001 11001 10101101 1001010 101011

Color Harmonies of #1CBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFAD

Black with #1CBFAD

Text Example


Text Example

White with #1CBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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