Html Css Color HEX #1CCBAE Light Sea Green

📋 copy color: '#1CCBAE'

red 28 ◦ green 203 ◦ blue 174

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

Shades of Light Sea Green #1CCBAE

Tints of Light Sea Green #1CCBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.12%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 6.91%
G = 50.12%
B = 42.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#1CCBAE (or 0x1CCBAE) is known color: Light Sea Green. HEX triplet: 1C, CB and AE. RGB value is (28,203,174). Sum of RGB (Red+Green+Blue) = 28+203+174=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCBAE is #E33451. Grayscale: #939393. Windows color (decimal): -14890066 or 11455260. OLE color: 11455260.

HSL color Cylindrical-coordinate representation of color #1CCBAE: hue angle of 170.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBAE is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 203 174 -
CMYK 0.86 0 0.14 0.20
HSL 170.06º 0.76% 0.45% -
HSV(B) 170.06º 0.86% 0.8% -
XYZ 29.47 46.01 47.37 -
YUV 147.37 143.02 42.86 -
System Red Green Blue C M Y K H S L
Decimal 28 203 174 0.86 0 0.14 0.20 170.06 0.76 0.45
Hex 1C CB AE 56 0 E 14 AA 4C 2D
Octal 34 313 256 126 0 16 24 252 114 55
Binary 11100 11001011 10101110 1010110 0 1110 10100 10101010 1001100 101101

Color Harmonies of #1CCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCBAE

Black with #1CCBAE

Text Example


Text Example

White with #1CCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,174); }

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

background-color css

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

 a { background-color: rgb(28,203,174); }

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

border-color css

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

 span { border-color: rgb(28,203,174); }

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