#28CCBF

Color #28CCBF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #28CCBF

Tints of Light Sea Green #28CCBF

Color information

#28CCBF (or 0x28CCBF) is unknown color: approx Light Sea Green. HEX triplet: 28, CC and BF. RGB value is (40,204,191). Sum of RGB (Red+Green+Blue) = 40+204+191=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCBF is #D73340. Grayscale: #999999. Windows color (decimal): -14103361 or 12569640. OLE color: 12569640.

HSL color Cylindrical-coordinate representation of color #28CCBF: hue angle of 175.24º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CCBF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB40204191-
CMYK0.8000.060.2
HSL175.24º67.21%47.84%-
HSV(B)175.24º80.39%80%-
XYZ31.8747.456.76-
YUV153.48149.1747.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.20%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 191 (75% from 255) = 43.91%
R=9.20%
G=46.90%
B=43.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal402041910.8000.060.2175.2467.2147.84
Hex28CCBF500614af4330
Octal50314277120062425710360
Binary10100011001100101111111010000011010100101011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28CCBF;
 }
 .AnyTagClassName
 {
   color: #28CCBF;
 }
</style>
background-color css

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

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

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

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

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

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