Html Css Color HEX #05747C Surfie Green

📋 copy color: '#05747C'

red 5 ◦ green 116 ◦ blue 124

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

Shades of Surfie Green #05747C

Tints of Surfie Green #05747C

RGB

 RED value IS 5 (2.34% from 255) = 2.04%

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 2.04%
G = 47.35%
B = 50.61%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05747C (or 0x05747C) is known color: Surfie Green. HEX triplet: 05, 74 and 7C. RGB value is (5,116,124). Sum of RGB (Red+Green+Blue) = 5+116+124=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #05747C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05747C is #FA8B83. Grayscale: #535353. Windows color (decimal): -16419716 or 8156165. OLE color: 8156165.

HSL color Cylindrical-coordinate representation of color #05747C: hue angle of 184.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05747C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 116 124 -
CMYK 0.96 0.06 0 0.51
HSL 184.03º 0.92% 0.25% -
HSV(B) 184.03º 0.96% 0.49% -
XYZ 9.95 13.98 21.24 -
YUV 83.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 5 116 124 0.96 0.06 0 0.51 184.03 0.92 0.25
Hex 5 74 7C 60 6 0 33 B8 5C 19
Octal 5 164 174 140 6 0 63 270 134 31
Binary 101 1110100 1111100 1100000 110 0 110011 10111000 1011100 11001

Color Harmonies of #05747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05747C

Black with #05747C

Text Example


Text Example

White with #05747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05747C; }

 p { color: rgb(5,116,124); }

 H1.HeaderClassName
 {
   color: #05747C;
 }
 .AnyTagClassName
 {
   color: #05747C;
 }
</style>

background-color css

<style>
 a { background-color: #05747C; }

 a { background-color: rgb(5,116,124); }

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

border-color css

<style>
 span { border-color: #05747C; }

 span { border-color: rgb(5,116,124); }

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