Html Css Color HEX #275A55 Eden

📋 copy color: '#275A55'

red 39 ◦ green 90 ◦ blue 85

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

Shades of Eden #275A55

Tints of Eden #275A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.06%

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

R = 18.22%
G = 42.06%
B = 39.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#275A55 (or 0x275A55) is known color: Eden. HEX triplet: 27, 5A and 55. RGB value is (39,90,85). Sum of RGB (Red+Green+Blue) = 39+90+85=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #275A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A55 is #D8A5AA. Grayscale: #4A4A4A. Windows color (decimal): -14198187 or 5593639. OLE color: 5593639.

HSL color Cylindrical-coordinate representation of color #275A55: hue angle of 174.12º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A55 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 90 85 -
CMYK 0.57 0 0.06 0.65
HSL 174.12º 0.4% 0.25% -
HSV(B) 174.12º 0.57% 0.35% -
XYZ 6.13 8.4 9.89 -
YUV 74.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 39 90 85 0.57 0 0.06 0.65 174.12 0.4 0.25
Hex 27 5A 55 39 0 6 41 AE 28 19
Octal 47 132 125 71 0 6 101 256 50 31
Binary 100111 1011010 1010101 111001 0 110 1000001 10101110 101000 11001

Color Harmonies of #275A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A55

Black with #275A55

Text Example


Text Example

White with #275A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275A55; }

 p { color: rgb(39,90,85); }

 H1.HeaderClassName
 {
   color: #275A55;
 }
 .AnyTagClassName
 {
   color: #275A55;
 }
</style>

background-color css

<style>
 a { background-color: #275A55; }

 a { background-color: rgb(39,90,85); }

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

border-color css

<style>
 span { border-color: #275A55; }

 span { border-color: rgb(39,90,85); }

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