Html Css Color HEX #1CBCBE Light Sea Green

📋 copy color: '#1CBCBE'

red 28 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #1CBCBE

Tints of Light Sea Green #1CBCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 6.9%
G = 46.31%
B = 46.8%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBCBE (or 0x1CBCBE) is known color: Light Sea Green. HEX triplet: 1C, BC and BE. RGB value is (28,188,190). Sum of RGB (Red+Green+Blue) = 28+188+190=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCBE is #E34341. Grayscale: #8C8C8C. Windows color (decimal): -14893890 or 12499996. OLE color: 12499996.

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

Color convert

RGB 28 188 190 -
CMYK 0.85 0.01 0 0.25
HSL 180.74º 0.74% 0.43% -
HSV(B) 180.74º 0.85% 0.75% -
XYZ 27.76 39.93 54.96 -
YUV 140.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 28 188 190 0.85 0.01 0 0.25 180.74 0.74 0.43
Hex 1C BC BE 55 1 0 19 B5 4A 2B
Octal 34 274 276 125 1 0 31 265 112 53
Binary 11100 10111100 10111110 1010101 1 0 11001 10110101 1001010 101011

Color Harmonies of #1CBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCBE

Black with #1CBCBE

Text Example


Text Example

White with #1CBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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