Html Css Color HEX #1CB8BF Light Sea Green

📋 copy color: '#1CB8BF'

red 28 ◦ green 184 ◦ blue 191

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

Shades of Light Sea Green #1CB8BF

Tints of Light Sea Green #1CB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 6.95%
G = 45.66%
B = 47.39%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CB8BF (or 0x1CB8BF) is known color: Light Sea Green. HEX triplet: 1C, B8 and BF. RGB value is (28,184,191). Sum of RGB (Red+Green+Blue) = 28+184+191=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #1CB8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB8BF is #E34740. Grayscale: #898989. Windows color (decimal): -14894913 or 12564508. OLE color: 12564508.

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

Color convert

RGB 28 184 191 -
CMYK 0.85 0.04 0 0.25
HSL 182.58º 0.74% 0.43% -
HSV(B) 182.58º 0.85% 0.75% -
XYZ 27.02 38.29 55.26 -
YUV 138.15 157.82 49.43 -
System Red Green Blue C M Y K H S L
Decimal 28 184 191 0.85 0.04 0 0.25 182.58 0.74 0.43
Hex 1C B8 BF 55 4 0 19 B7 4A 2B
Octal 34 270 277 125 4 0 31 267 112 53
Binary 11100 10111000 10111111 1010101 100 0 11001 10110111 1001010 101011

Color Harmonies of #1CB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB8BF

Black with #1CB8BF

Text Example


Text Example

White with #1CB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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