Html Css Color HEX #28BDC1 Light Sea Green

📋 copy color: '#28BDC1'

red 40 ◦ green 189 ◦ blue 193

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

Shades of Light Sea Green #28BDC1

Tints of Light Sea Green #28BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 9.48%
G = 44.79%
B = 45.73%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#28BDC1 (or 0x28BDC1) is known color: Light Sea Green. HEX triplet: 28, BD and C1. RGB value is (40,189,193). Sum of RGB (Red+Green+Blue) = 40+189+193=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #28BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BDC1 is #D7423E. Grayscale: #909090. Windows color (decimal): -14107199 or 12696872. OLE color: 12696872.

HSL color Cylindrical-coordinate representation of color #28BDC1: hue angle of 181.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BDC1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 189 193 -
CMYK 0.79 0.02 0 0.24
HSL 181.57º 0.66% 0.46% -
HSV(B) 181.57º 0.79% 0.76% -
XYZ 28.7 40.7 56.79 -
YUV 144.91 155.14 53.17 -
System Red Green Blue C M Y K H S L
Decimal 40 189 193 0.79 0.02 0 0.24 181.57 0.66 0.46
Hex 28 BD C1 4F 2 0 18 B6 42 2E
Octal 50 275 301 117 2 0 30 266 102 56
Binary 101000 10111101 11000001 1001111 10 0 11000 10110110 1000010 101110

Color Harmonies of #28BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BDC1

Black with #28BDC1

Text Example


Text Example

White with #28BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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