Html Css Color HEX #277A5F Deep Sea

📋 copy color: '#277A5F'

red 39 ◦ green 122 ◦ blue 95

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

Shades of Deep Sea #277A5F

Tints of Deep Sea #277A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 15.23%
G = 47.66%
B = 37.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#277A5F (or 0x277A5F) is known color: Deep Sea. HEX triplet: 27, 7A and 5F. RGB value is (39,122,95). Sum of RGB (Red+Green+Blue) = 39+122+95=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #277A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A5F is #D885A0. Grayscale: #5E5E5E. Windows color (decimal): -14189985 or 6257191. OLE color: 6257191.

HSL color Cylindrical-coordinate representation of color #277A5F: hue angle of 160.48º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A5F is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 122 95 -
CMYK 0.68 0 0.22 0.52
HSL 160.48º 0.52% 0.32% -
HSV(B) 160.48º 0.68% 0.48% -
XYZ 9.86 15.18 13.24 -
YUV 94.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 39 122 95 0.68 0 0.22 0.52 160.48 0.52 0.32
Hex 27 7A 5F 44 0 16 34 A0 34 20
Octal 47 172 137 104 0 26 64 240 64 40
Binary 100111 1111010 1011111 1000100 0 10110 110100 10100000 110100 100000

Color Harmonies of #277A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277A5F

Black with #277A5F

Text Example


Text Example

White with #277A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,122,95); }

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

background-color css

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

 a { background-color: rgb(39,122,95); }

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

border-color css

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

 span { border-color: rgb(39,122,95); }

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