Html Css Color HEX #247F7F Atoll

📋 copy color: '#247F7F'

red 36 ◦ green 127 ◦ blue 127

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

Shades of Atoll #247F7F

Tints of Atoll #247F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 43.79%

 BLUE value IS 127 (50% from 255) = 43.79%

R = 12.41%
G = 43.79%
B = 43.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#247F7F (or 0x247F7F) is known color: Atoll. HEX triplet: 24, 7F and 7F. RGB value is (36,127,127). Sum of RGB (Red+Green+Blue) = 36+127+127=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #247F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F7F is #DB8080. Grayscale: #636363. Windows color (decimal): -14385281 or 8355620. OLE color: 8355620.

HSL color Cylindrical-coordinate representation of color #247F7F: hue angle of 180º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F7F is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 127 127 -
CMYK 0.72 0 0 0.50
HSL 180º 0.56% 0.32% -
HSV(B) 180º 0.72% 0.5% -
XYZ 12.15 17.09 22.74 -
YUV 99.79 143.35 82.5 -
System Red Green Blue C M Y K H S L
Decimal 36 127 127 0.72 0 0 0.50 180 0.56 0.32
Hex 24 7F 7F 48 0 0 32 B4 38 20
Octal 44 177 177 110 0 0 62 264 70 40
Binary 100100 1111111 1111111 1001000 0 0 110010 10110100 111000 100000

Color Harmonies of #247F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247F7F

Black with #247F7F

Text Example


Text Example

White with #247F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247F7F; }

 p { color: rgb(36,127,127); }

 H1.HeaderClassName
 {
   color: #247F7F;
 }
 .AnyTagClassName
 {
   color: #247F7F;
 }
</style>

background-color css

<style>
 a { background-color: #247F7F; }

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

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

border-color css

<style>
 span { border-color: #247F7F; }

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

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