Html Css Color HEX #1CBCBC Light Sea Green

📋 copy color: '#1CBCBC'

red 28 ◦ green 188 ◦ blue 188

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

Shades of Light Sea Green #1CBCBC

Tints of Light Sea Green #1CBCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 6.93%
G = 46.53%
B = 46.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1CBCBC (or 0x1CBCBC) is known color: Light Sea Green. HEX triplet: 1C, BC and BC. RGB value is (28,188,188). Sum of RGB (Red+Green+Blue) = 28+188+188=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #1CBCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCBC is #E34343. Grayscale: #8C8C8C. Windows color (decimal): -14893892 or 12368924. OLE color: 12368924.

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

Color convert

RGB 28 188 188 -
CMYK 0.85 0 0 0.26
HSL 180º 0.74% 0.42% -
HSV(B) 180º 0.85% 0.74% -
XYZ 27.54 39.84 53.82 -
YUV 140.16 154.99 48 -
System Red Green Blue C M Y K H S L
Decimal 28 188 188 0.85 0 0 0.26 180 0.74 0.42
Hex 1C BC BC 55 0 0 1A B4 4A 2A
Octal 34 274 274 125 0 0 32 264 112 52
Binary 11100 10111100 10111100 1010101 0 0 11010 10110100 1001010 101010

Color Harmonies of #1CBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCBC

Black with #1CBCBC

Text Example


Text Example

White with #1CBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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