Html Css Color HEX #28C4BC Light Sea Green

📋 copy color: '#28C4BC'

red 40 ◦ green 196 ◦ blue 188

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

Shades of Light Sea Green #28C4BC

Tints of Light Sea Green #28C4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.23%

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

R = 9.43%
G = 46.23%
B = 44.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#28C4BC (or 0x28C4BC) is known color: Light Sea Green. HEX triplet: 28, C4 and BC. RGB value is (40,196,188). Sum of RGB (Red+Green+Blue) = 40+196+188=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #28C4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C4BC is #D73B43. Grayscale: #949494. Windows color (decimal): -14105412 or 12370984. OLE color: 12370984.

HSL color Cylindrical-coordinate representation of color #28C4BC: hue angle of 176.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C4BC is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 196 188 -
CMYK 0.80 0 0.04 0.23
HSL 176.92º 0.66% 0.46% -
HSV(B) 176.92º 0.8% 0.77% -
XYZ 29.69 43.56 54.42 -
YUV 148.44 150.32 50.65 -
System Red Green Blue C M Y K H S L
Decimal 40 196 188 0.80 0 0.04 0.23 176.92 0.66 0.46
Hex 28 C4 BC 50 0 4 17 B1 42 2E
Octal 50 304 274 120 0 4 27 261 102 56
Binary 101000 11000100 10111100 1010000 0 100 10111 10110001 1000010 101110

Color Harmonies of #28C4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C4BC

Black with #28C4BC

Text Example


Text Example

White with #28C4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,196,188); }

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

background-color css

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

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

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

border-color css

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

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

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