Html Css Color HEX #276E63 Genoa

📋 copy color: '#276E63'

red 39 ◦ green 110 ◦ blue 99

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

Shades of Genoa #276E63

Tints of Genoa #276E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 15.73%
G = 44.35%
B = 39.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#276E63 (or 0x276E63) is known color: Genoa. HEX triplet: 27, 6E and 63. RGB value is (39,110,99). Sum of RGB (Red+Green+Blue) = 39+110+99=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #276E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E63 is #D8919C. Grayscale: #575757. Windows color (decimal): -14193053 or 6516263. OLE color: 6516263.

HSL color Cylindrical-coordinate representation of color #276E63: hue angle of 170.7º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E63 is Cyan = 0.65, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 110 99 -
CMYK 0.65 0 0.1 0.57
HSL 170.7º 0.48% 0.29% -
HSV(B) 170.7º 0.65% 0.43% -
XYZ 8.66 12.48 13.76 -
YUV 87.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 39 110 99 0.65 0 0.1 0.57 170.7 0.48 0.29
Hex 27 6E 63 41 0 A 39 AB 30 1D
Octal 47 156 143 101 0 12 71 253 60 35
Binary 100111 1101110 1100011 1000001 0 1010 111001 10101011 110000 11101

Color Harmonies of #276E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E63

Black with #276E63

Text Example


Text Example

White with #276E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276E63; }

 p { color: rgb(39,110,99); }

 H1.HeaderClassName
 {
   color: #276E63;
 }
 .AnyTagClassName
 {
   color: #276E63;
 }
</style>

background-color css

<style>
 a { background-color: #276E63; }

 a { background-color: rgb(39,110,99); }

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

border-color css

<style>
 span { border-color: #276E63; }

 span { border-color: rgb(39,110,99); }

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