Html Css Color HEX #05817A Surfie Green

📋 copy color: '#05817A'

red 5 ◦ green 129 ◦ blue 122

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

Shades of Surfie Green #05817A

Tints of Surfie Green #05817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 1.95%
G = 50.39%
B = 47.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#05817A (or 0x05817A) is known color: Surfie Green. HEX triplet: 05, 81 and 7A. RGB value is (5,129,122). Sum of RGB (Red+Green+Blue) = 5+129+122=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #05817A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05817A is #FA7E85. Grayscale: #5B5B5B. Windows color (decimal): -16416390 or 8028421. OLE color: 8028421.

HSL color Cylindrical-coordinate representation of color #05817A: hue angle of 176.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05817A is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 122 -
CMYK 0.96 0 0.05 0.49
HSL 176.61º 0.93% 0.26% -
HSV(B) 176.61º 0.96% 0.51% -
XYZ 11.43 17.14 21.12 -
YUV 91.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 5 129 122 0.96 0 0.05 0.49 176.61 0.93 0.26
Hex 5 81 7A 60 0 5 31 B1 5D 1A
Octal 5 201 172 140 0 5 61 261 135 32
Binary 101 10000001 1111010 1100000 0 101 110001 10110001 1011101 11010

Color Harmonies of #05817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05817A

Black with #05817A

Text Example


Text Example

White with #05817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05817A; }

 p { color: rgb(5,129,122); }

 H1.HeaderClassName
 {
   color: #05817A;
 }
 .AnyTagClassName
 {
   color: #05817A;
 }
</style>

background-color css

<style>
 a { background-color: #05817A; }

 a { background-color: rgb(5,129,122); }

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

border-color css

<style>
 span { border-color: #05817A; }

 span { border-color: rgb(5,129,122); }

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