#28bbc4

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

Shades of Light Sea Green #28BBC4

Tints of Light Sea Green #28BBC4

Color information

#28BBC4 (or 0x28BBC4) is unknown color: approx Light Sea Green. HEX triplet: 28, BB and C4. RGB value is (40,187,196). Sum of RGB (Red+Green+Blue) = 40+187+196=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #28BBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBC4 is #D7443B. Grayscale: #8F8F8F. Windows color (decimal): -14107708 or 12892968. OLE color: 12892968.

HSL color Cylindrical-coordinate representation of color #28BBC4: hue angle of 183.46º 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 #28BBC4 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40187196-
CMYK0.800.0500.23
HSL183.46º66.1%46.27%-
HSV(B)183.46º79.59%76.86%-
XYZ28.6139.9858.43-
YUV144.07157.353.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.46%
GREEN value IS 187 (73.44% from 255) = 44.21%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=9.46%
G=44.21%
B=46.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401871960.800.0500.23183.4666.146.27
Hex28BBC4505017b7422e
Octal50273304120502726710256
Binary10100010111011110001001010000101010111101101111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28bbc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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