Html Css Color HEX #28BDAF Light Sea Green

📋 copy color: '#28BDAF'

red 40 ◦ green 189 ◦ blue 175

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

Shades of Light Sea Green #28BDAF

Tints of Light Sea Green #28BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

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

R = 9.9%
G = 46.78%
B = 43.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#28BDAF (or 0x28BDAF) is known color: Light Sea Green. HEX triplet: 28, BD and AF. RGB value is (40,189,175). Sum of RGB (Red+Green+Blue) = 40+189+175=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDAF is #D74250. Grayscale: #8E8E8E. Windows color (decimal): -14107217 or 11517224. OLE color: 11517224.

HSL color Cylindrical-coordinate representation of color #28BDAF: hue angle of 174.36º 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 #28BDAF is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 189 175 -
CMYK 0.79 0 0.07 0.26
HSL 174.36º 0.65% 0.45% -
HSV(B) 174.36º 0.79% 0.74% -
XYZ 26.81 39.94 46.85 -
YUV 142.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 40 189 175 0.79 0 0.07 0.26 174.36 0.65 0.45
Hex 28 BD AF 4F 0 7 1A AE 41 2D
Octal 50 275 257 117 0 7 32 256 101 55
Binary 101000 10111101 10101111 1001111 0 111 11010 10101110 1000001 101101

Color Harmonies of #28BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDAF

Black with #28BDAF

Text Example


Text Example

White with #28BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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