Html Css Color HEX #287E5E Deep Sea

📋 copy color: '#287E5E'

red 40 ◦ green 126 ◦ blue 94

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

Shades of Deep Sea #287E5E

Tints of Deep Sea #287E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.46%

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 15.38%
G = 48.46%
B = 36.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#287E5E (or 0x287E5E) is known color: Deep Sea. HEX triplet: 28, 7E and 5E. RGB value is (40,126,94). Sum of RGB (Red+Green+Blue) = 40+126+94=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #287E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287E5E is #D781A1. Grayscale: #606060. Windows color (decimal): -14123426 or 6192680. OLE color: 6192680.

HSL color Cylindrical-coordinate representation of color #287E5E: hue angle of 157.67º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287E5E is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 126 94 -
CMYK 0.68 0 0.25 0.51
HSL 157.67º 0.52% 0.33% -
HSV(B) 157.67º 0.68% 0.49% -
XYZ 10.36 16.18 13.17 -
YUV 96.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 40 126 94 0.68 0 0.25 0.51 157.67 0.52 0.33
Hex 28 7E 5E 44 0 19 33 9E 34 21
Octal 50 176 136 104 0 31 63 236 64 41
Binary 101000 1111110 1011110 1000100 0 11001 110011 10011110 110100 100001

Color Harmonies of #287E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E5E

Black with #287E5E

Text Example


Text Example

White with #287E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287E5E; }

 p { color: rgb(40,126,94); }

 H1.HeaderClassName
 {
   color: #287E5E;
 }
 .AnyTagClassName
 {
   color: #287E5E;
 }
</style>

background-color css

<style>
 a { background-color: #287E5E; }

 a { background-color: rgb(40,126,94); }

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

border-color css

<style>
 span { border-color: #287E5E; }

 span { border-color: rgb(40,126,94); }

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