Html Css Color HEX #256F73 Atoll

📋 copy color: '#256F73'

red 37 ◦ green 111 ◦ blue 115

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

Shades of Atoll #256F73

Tints of Atoll #256F73

RGB

 RED value IS 37 (14.84% from 255) = 14.07%

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

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

R = 14.07%
G = 42.21%
B = 43.73%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#256F73 (or 0x256F73) is known color: Atoll. HEX triplet: 25, 6F and 73. RGB value is (37,111,115). Sum of RGB (Red+Green+Blue) = 37+111+115=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #256F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F73 is #DA908C. Grayscale: #595959. Windows color (decimal): -14323853 or 7565093. OLE color: 7565093.

HSL color Cylindrical-coordinate representation of color #256F73: hue angle of 183.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256F73 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 111 115 -
CMYK 0.68 0.03 0 0.55
HSL 183.08º 0.51% 0.3% -
HSV(B) 183.08º 0.68% 0.45% -
XYZ 9.54 13 18.23 -
YUV 89.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 37 111 115 0.68 0.03 0 0.55 183.08 0.51 0.3
Hex 25 6F 73 44 3 0 37 B7 33 1E
Octal 45 157 163 104 3 0 67 267 63 36
Binary 100101 1101111 1110011 1000100 11 0 110111 10110111 110011 11110

Color Harmonies of #256F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F73

Black with #256F73

Text Example


Text Example

White with #256F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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