Html Css Color HEX #1CBFBE Light Sea Green

📋 copy color: '#1CBFBE'

red 28 ◦ green 191 ◦ blue 190

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

Shades of Light Sea Green #1CBFBE

Tints of Light Sea Green #1CBFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 46.7%

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

R = 6.85%
G = 46.7%
B = 46.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#1CBFBE (or 0x1CBFBE) is known color: Light Sea Green. HEX triplet: 1C, BF and BE. RGB value is (28,191,190). Sum of RGB (Red+Green+Blue) = 28+191+190=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFBE is #E34041. Grayscale: #8D8D8D. Windows color (decimal): -14893122 or 12500764. OLE color: 12500764.

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

Color convert

RGB 28 191 190 -
CMYK 0.85 0 0.01 0.25
HSL 179.63º 0.74% 0.43% -
HSV(B) 179.63º 0.85% 0.75% -
XYZ 28.4 41.23 55.18 -
YUV 142.15 155 46.58 -
System Red Green Blue C M Y K H S L
Decimal 28 191 190 0.85 0 0.01 0.25 179.63 0.74 0.43
Hex 1C BF BE 55 0 1 19 B4 4A 2B
Octal 34 277 276 125 0 1 31 264 112 53
Binary 11100 10111111 10111110 1010101 0 1 11001 10110100 1001010 101011

Color Harmonies of #1CBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFBE

Black with #1CBFBE

Text Example


Text Example

White with #1CBFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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