Html Css Color HEX #1CBCB8 Light Sea Green

📋 copy color: '#1CBCB8'

red 28 ◦ green 188 ◦ blue 184

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

Shades of Light Sea Green #1CBCB8

Tints of Light Sea Green #1CBCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46%

R = 7%
G = 47%
B = 46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#1CBCB8 (or 0x1CBCB8) is known color: Light Sea Green. HEX triplet: 1C, BC and B8. RGB value is (28,188,184). Sum of RGB (Red+Green+Blue) = 28+188+184=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCB8 is #E34347. Grayscale: #8B8B8B. Windows color (decimal): -14893896 or 12106780. OLE color: 12106780.

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

Color convert

RGB 28 188 184 -
CMYK 0.85 0 0.02 0.26
HSL 178.5º 0.74% 0.42% -
HSV(B) 178.5º 0.85% 0.74% -
XYZ 27.11 39.67 51.58 -
YUV 139.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 28 188 184 0.85 0 0.02 0.26 178.5 0.74 0.42
Hex 1C BC B8 55 0 2 1A B2 4A 2A
Octal 34 274 270 125 0 2 32 262 112 52
Binary 11100 10111100 10111000 1010101 0 10 11010 10110010 1001010 101010

Color Harmonies of #1CBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCB8

Black with #1CBCB8

Text Example


Text Example

White with #1CBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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