Html Css Color HEX #28BBAF Light Sea Green

📋 copy color: '#28BBAF'

red 40 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #28BBAF

Tints of Light Sea Green #28BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 9.95%
G = 46.52%
B = 43.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#28BBAF (or 0x28BBAF) is known color: Light Sea Green. HEX triplet: 28, BB and AF. RGB value is (40,187,175). Sum of RGB (Red+Green+Blue) = 40+187+175=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #28BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BBAF is #D74450. Grayscale: #8D8D8D. Windows color (decimal): -14107729 or 11516712. OLE color: 11516712.

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

Color convert

RGB 40 187 175 -
CMYK 0.79 0 0.06 0.27
HSL 175.1º 0.65% 0.45% -
HSV(B) 175.1º 0.79% 0.73% -
XYZ 26.38 39.09 46.71 -
YUV 141.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 40 187 175 0.79 0 0.06 0.27 175.1 0.65 0.45
Hex 28 BB AF 4F 0 6 1B AF 41 2D
Octal 50 273 257 117 0 6 33 257 101 55
Binary 101000 10111011 10101111 1001111 0 110 11011 10101111 1000001 101101

Color Harmonies of #28BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBAF

Black with #28BBAF

Text Example


Text Example

White with #28BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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