Html Css Color HEX #276E74 Atoll

📋 copy color: '#276E74'

red 39 ◦ green 110 ◦ blue 116

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

Shades of Atoll #276E74

Tints of Atoll #276E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 14.72%
G = 41.51%
B = 43.77%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276E74 (or 0x276E74) is known color: Atoll. HEX triplet: 27, 6E and 74. RGB value is (39,110,116). Sum of RGB (Red+Green+Blue) = 39+110+116=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #276E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E74 is #D8918B. Grayscale: #595959. Windows color (decimal): -14193036 or 7630375. OLE color: 7630375.

HSL color Cylindrical-coordinate representation of color #276E74: hue angle of 184.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276E74 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 110 116 -
CMYK 0.66 0.05 0 0.55
HSL 184.68º 0.5% 0.3% -
HSV(B) 184.68º 0.66% 0.45% -
XYZ 9.57 12.84 18.5 -
YUV 89.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 39 110 116 0.66 0.05 0 0.55 184.68 0.5 0.3
Hex 27 6E 74 42 5 0 37 B9 32 1E
Octal 47 156 164 102 5 0 67 271 62 36
Binary 100111 1101110 1110100 1000010 101 0 110111 10111001 110010 11110

Color Harmonies of #276E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E74

Black with #276E74

Text Example


Text Example

White with #276E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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