Html Css Color HEX #28BBBC Light Sea Green

📋 copy color: '#28BBBC'

red 40 ◦ green 187 ◦ blue 188

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

Shades of Light Sea Green #28BBBC

Tints of Light Sea Green #28BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.06%

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

R = 9.64%
G = 45.06%
B = 45.3%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#28BBBC (or 0x28BBBC) is known color: Light Sea Green. HEX triplet: 28, BB and BC. RGB value is (40,187,188). Sum of RGB (Red+Green+Blue) = 40+187+188=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #28BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBBC is #D74443. Grayscale: #8F8F8F. Windows color (decimal): -14107716 or 12368680. OLE color: 12368680.

HSL color Cylindrical-coordinate representation of color #28BBBC: hue angle of 180.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BBBC is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 187 188 -
CMYK 0.79 0.01 0 0.26
HSL 180.41º 0.65% 0.45% -
HSV(B) 180.41º 0.79% 0.74% -
XYZ 27.72 39.62 53.76 -
YUV 143.16 153.3 54.42 -
System Red Green Blue C M Y K H S L
Decimal 40 187 188 0.79 0.01 0 0.26 180.41 0.65 0.45
Hex 28 BB BC 4F 1 0 1A B4 41 2D
Octal 50 273 274 117 1 0 32 264 101 55
Binary 101000 10111011 10111100 1001111 1 0 11010 10110100 1000001 101101

Color Harmonies of #28BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBBC

Black with #28BBBC

Text Example


Text Example

White with #28BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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