Html Css Color HEX #246F75 Atoll

📋 copy color: '#246F75'

red 36 ◦ green 111 ◦ blue 117

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

Shades of Atoll #246F75

Tints of Atoll #246F75

RGB

 RED value IS 36 (14.45% from 255) = 13.64%

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 13.64%
G = 42.05%
B = 44.32%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#246F75 (or 0x246F75) is known color: Atoll. HEX triplet: 24, 6F and 75. RGB value is (36,111,117). Sum of RGB (Red+Green+Blue) = 36+111+117=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #246F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F75 is #DB908A. Grayscale: #595959. Windows color (decimal): -14389387 or 7696164. OLE color: 7696164.

HSL color Cylindrical-coordinate representation of color #246F75: hue angle of 184.44º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246F75 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 111 117 -
CMYK 0.69 0.05 0 0.54
HSL 184.44º 0.53% 0.3% -
HSV(B) 184.44º 0.69% 0.46% -
XYZ 9.62 13.03 18.84 -
YUV 89.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 36 111 117 0.69 0.05 0 0.54 184.44 0.53 0.3
Hex 24 6F 75 45 5 0 36 B8 35 1E
Octal 44 157 165 105 5 0 66 270 65 36
Binary 100100 1101111 1110101 1000101 101 0 110110 10111000 110101 11110

Color Harmonies of #246F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F75

Black with #246F75

Text Example


Text Example

White with #246F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246F75; }

 p { color: rgb(36,111,117); }

 H1.HeaderClassName
 {
   color: #246F75;
 }
 .AnyTagClassName
 {
   color: #246F75;
 }
</style>

background-color css

<style>
 a { background-color: #246F75; }

 a { background-color: rgb(36,111,117); }

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

border-color css

<style>
 span { border-color: #246F75; }

 span { border-color: rgb(36,111,117); }

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