Html Css Color HEX #288C55 Sea Green

📋 copy color: '#288C55'

red 40 ◦ green 140 ◦ blue 85

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

Shades of Sea Green #288C55

Tints of Sea Green #288C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.83%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 15.09%
G = 52.83%
B = 32.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#288C55 (or 0x288C55) is known color: Sea Green. HEX triplet: 28, 8C and 55. RGB value is (40,140,85). Sum of RGB (Red+Green+Blue) = 40+140+85=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #288C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C55 is #D773AA. Grayscale: #676767. Windows color (decimal): -14119851 or 5606440. OLE color: 5606440.

HSL color Cylindrical-coordinate representation of color #288C55: hue angle of 147º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C55 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 140 85 -
CMYK 0.71 0 0.39 0.45
HSL 147º 0.56% 0.35% -
HSV(B) 147º 0.71% 0.55% -
XYZ 11.89 19.86 11.8 -
YUV 103.83 117.37 82.47 -
System Red Green Blue C M Y K H S L
Decimal 40 140 85 0.71 0 0.39 0.45 147 0.56 0.35
Hex 28 8C 55 47 0 27 2D 93 38 23
Octal 50 214 125 107 0 47 55 223 70 43
Binary 101000 10001100 1010101 1000111 0 100111 101101 10010011 111000 100011

Color Harmonies of #288C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288C55

Black with #288C55

Text Example


Text Example

White with #288C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288C55; }

 p { color: rgb(40,140,85); }

 H1.HeaderClassName
 {
   color: #288C55;
 }
 .AnyTagClassName
 {
   color: #288C55;
 }
</style>

background-color css

<style>
 a { background-color: #288C55; }

 a { background-color: rgb(40,140,85); }

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

border-color css

<style>
 span { border-color: #288C55; }

 span { border-color: rgb(40,140,85); }

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