Html Css Color HEX #275E5A Eden

📋 copy color: '#275E5A'

red 39 ◦ green 94 ◦ blue 90

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

Shades of Eden #275E5A

Tints of Eden #275E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 17.49%
G = 42.15%
B = 40.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#275E5A (or 0x275E5A) is known color: Eden. HEX triplet: 27, 5E and 5A. RGB value is (39,94,90). Sum of RGB (Red+Green+Blue) = 39+94+90=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #275E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E5A is #D8A1A5. Grayscale: #4D4D4D. Windows color (decimal): -14197158 or 5922343. OLE color: 5922343.

HSL color Cylindrical-coordinate representation of color #275E5A: hue angle of 175.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275E5A is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 94 90 -
CMYK 0.59 0 0.04 0.63
HSL 175.64º 0.41% 0.26% -
HSV(B) 175.64º 0.59% 0.37% -
XYZ 6.68 9.17 11.09 -
YUV 77.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 39 94 90 0.59 0 0.04 0.63 175.64 0.41 0.26
Hex 27 5E 5A 3B 0 4 3F B0 29 1A
Octal 47 136 132 73 0 4 77 260 51 32
Binary 100111 1011110 1011010 111011 0 100 111111 10110000 101001 11010

Color Harmonies of #275E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275E5A

Black with #275E5A

Text Example


Text Example

White with #275E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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