Html Css Color HEX #277D5E Deep Sea

📋 copy color: '#277D5E'

red 39 ◦ green 125 ◦ blue 94

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

Shades of Deep Sea #277D5E

Tints of Deep Sea #277D5E

RGB

 RED value IS 39 (15.63% from 255) = 15.12%

 GREEN value IS 125 (49.22% from 255) = 48.45%

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

R = 15.12%
G = 48.45%
B = 36.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#277D5E (or 0x277D5E) is known color: Deep Sea. HEX triplet: 27, 7D and 5E. RGB value is (39,125,94). Sum of RGB (Red+Green+Blue) = 39+125+94=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #277D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277D5E is #D882A1. Grayscale: #5F5F5F. Windows color (decimal): -14189218 or 6192423. OLE color: 6192423.

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

Color convert

RGB 39 125 94 -
CMYK 0.69 0 0.25 0.51
HSL 158.37º 0.52% 0.32% -
HSV(B) 158.37º 0.69% 0.49% -
XYZ 10.19 15.91 13.12 -
YUV 95.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 39 125 94 0.69 0 0.25 0.51 158.37 0.52 0.32
Hex 27 7D 5E 45 0 19 33 9E 34 20
Octal 47 175 136 105 0 31 63 236 64 40
Binary 100111 1111101 1011110 1000101 0 11001 110011 10011110 110100 100000

Color Harmonies of #277D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277D5E

Black with #277D5E

Text Example


Text Example

White with #277D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277D5E; }

 p { color: rgb(39,125,94); }

 H1.HeaderClassName
 {
   color: #277D5E;
 }
 .AnyTagClassName
 {
   color: #277D5E;
 }
</style>

background-color css

<style>
 a { background-color: #277D5E; }

 a { background-color: rgb(39,125,94); }

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

border-color css

<style>
 span { border-color: #277D5E; }

 span { border-color: rgb(39,125,94); }

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