Html Css Color HEX #28C1BF Light Sea Green

📋 copy color: '#28C1BF'

red 40 ◦ green 193 ◦ blue 191

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

Shades of Light Sea Green #28C1BF

Tints of Light Sea Green #28C1BF

RGB

 RED value IS 40 (16.02% from 255) = 9.43%

 GREEN value IS 193 (75.78% from 255) = 45.52%

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

R = 9.43%
G = 45.52%
B = 45.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#28C1BF (or 0x28C1BF) is known color: Light Sea Green. HEX triplet: 28, C1 and BF. RGB value is (40,193,191). Sum of RGB (Red+Green+Blue) = 40+193+191=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C1BF is #D73E40. Grayscale: #929292. Windows color (decimal): -14106177 or 12566824. OLE color: 12566824.

HSL color Cylindrical-coordinate representation of color #28C1BF: hue angle of 179.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C1BF is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 193 191 -
CMYK 0.79 0 0.01 0.24
HSL 179.22º 0.66% 0.46% -
HSV(B) 179.22º 0.79% 0.76% -
XYZ 29.35 42.35 55.92 -
YUV 147.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 40 193 191 0.79 0 0.01 0.24 179.22 0.66 0.46
Hex 28 C1 BF 4F 0 1 18 B3 42 2E
Octal 50 301 277 117 0 1 30 263 102 56
Binary 101000 11000001 10111111 1001111 0 1 11000 10110011 1000010 101110

Color Harmonies of #28C1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C1BF

Black with #28C1BF

Text Example


Text Example

White with #28C1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28C1BF; }

 p { color: rgb(40,193,191); }

 H1.HeaderClassName
 {
   color: #28C1BF;
 }
 .AnyTagClassName
 {
   color: #28C1BF;
 }
</style>

background-color css

<style>
 a { background-color: #28C1BF; }

 a { background-color: rgb(40,193,191); }

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

border-color css

<style>
 span { border-color: #28C1BF; }

 span { border-color: rgb(40,193,191); }

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