Html Css Color HEX #28CBBB Light Sea Green

📋 copy color: '#28CBBB'

red 40 ◦ green 203 ◦ blue 187

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

Shades of Light Sea Green #28CBBB

Tints of Light Sea Green #28CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.21%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 9.3%
G = 47.21%
B = 43.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#28CBBB (or 0x28CBBB) is known color: Light Sea Green. HEX triplet: 28, CB and BB. RGB value is (40,203,187). Sum of RGB (Red+Green+Blue) = 40+203+187=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #28CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBBB is #D73444. Grayscale: #989898. Windows color (decimal): -14103621 or 12307240. OLE color: 12307240.

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

Color convert

RGB 40 203 187 -
CMYK 0.80 0 0.08 0.20
HSL 174.11º 0.67% 0.48% -
HSV(B) 174.11º 0.8% 0.8% -
XYZ 31.2 46.75 54.39 -
YUV 152.44 147.5 47.8 -
System Red Green Blue C M Y K H S L
Decimal 40 203 187 0.80 0 0.08 0.20 174.11 0.67 0.48
Hex 28 CB BB 50 0 8 14 AE 43 30
Octal 50 313 273 120 0 10 24 256 103 60
Binary 101000 11001011 10111011 1010000 0 1000 10100 10101110 1000011 110000

Color Harmonies of #28CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CBBB

Black with #28CBBB

Text Example


Text Example

White with #28CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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