Html Css Color HEX #28CABA Light Sea Green

📋 copy color: '#28CABA'

red 40 ◦ green 202 ◦ blue 186

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

Shades of Light Sea Green #28CABA

Tints of Light Sea Green #28CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.2%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 9.35%
G = 47.2%
B = 43.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#28CABA (or 0x28CABA) is known color: Light Sea Green. HEX triplet: 28, CA and BA. RGB value is (40,202,186). Sum of RGB (Red+Green+Blue) = 40+202+186=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #28CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CABA is #D73545. Grayscale: #979797. Windows color (decimal): -14103878 or 12241448. OLE color: 12241448.

HSL color Cylindrical-coordinate representation of color #28CABA: hue angle of 174.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CABA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 186 -
CMYK 0.80 0 0.08 0.21
HSL 174.07º 0.67% 0.47% -
HSV(B) 174.07º 0.8% 0.79% -
XYZ 30.86 46.24 53.75 -
YUV 151.74 147.33 48.3 -
System Red Green Blue C M Y K H S L
Decimal 40 202 186 0.80 0 0.08 0.21 174.07 0.67 0.47
Hex 28 CA BA 50 0 8 15 AE 43 2F
Octal 50 312 272 120 0 10 25 256 103 57
Binary 101000 11001010 10111010 1010000 0 1000 10101 10101110 1000011 101111

Color Harmonies of #28CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CABA

Black with #28CABA

Text Example


Text Example

White with #28CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,202,186); }

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

background-color css

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

 a { background-color: rgb(40,202,186); }

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

border-color css

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

 span { border-color: rgb(40,202,186); }

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