Html Css Color HEX #276F73 Atoll

📋 copy color: '#276F73'

red 39 ◦ green 111 ◦ blue 115

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

Shades of Atoll #276F73

Tints of Atoll #276F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.89%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 14.72%
G = 41.89%
B = 43.4%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276F73 (or 0x276F73) is known color: Atoll. HEX triplet: 27, 6F and 73. RGB value is (39,111,115). Sum of RGB (Red+Green+Blue) = 39+111+115=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #276F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F73 is #D8908C. Grayscale: #595959. Windows color (decimal): -14192781 or 7565095. OLE color: 7565095.

HSL color Cylindrical-coordinate representation of color #276F73: hue angle of 183.16º degrees, saturation: 0.49, 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 #276F73 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 111 115 -
CMYK 0.66 0.03 0 0.55
HSL 183.16º 0.49% 0.3% -
HSV(B) 183.16º 0.66% 0.45% -
XYZ 9.62 13.04 18.23 -
YUV 89.93 142.15 91.67 -
System Red Green Blue C M Y K H S L
Decimal 39 111 115 0.66 0.03 0 0.55 183.16 0.49 0.3
Hex 27 6F 73 42 3 0 37 B7 31 1E
Octal 47 157 163 102 3 0 67 267 61 36
Binary 100111 1101111 1110011 1000010 11 0 110111 10110111 110001 11110

Color Harmonies of #276F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F73

Black with #276F73

Text Example


Text Example

White with #276F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,111,115); }

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

background-color css

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

 a { background-color: rgb(39,111,115); }

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

border-color css

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

 span { border-color: rgb(39,111,115); }

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