Html Css Color HEX #02717C Surfie Green

📋 copy color: '#02717C'

red 2 ◦ green 113 ◦ blue 124

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

Shades of Surfie Green #02717C

Tints of Surfie Green #02717C

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

 GREEN value IS 113 (44.53% from 255) = 47.28%

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

R = 0.84%
G = 47.28%
B = 51.88%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02717C (or 0x02717C) is known color: Surfie Green. HEX triplet: 02, 71 and 7C. RGB value is (2,113,124). Sum of RGB (Red+Green+Blue) = 2+113+124=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #02717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02717C is #FD8E83. Grayscale: #505050. Windows color (decimal): -16617092 or 8155394. OLE color: 8155394.

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

Color convert

RGB 2 113 124 -
CMYK 0.98 0.09 0 0.51
HSL 185.41º 0.97% 0.25% -
HSV(B) 185.41º 0.98% 0.49% -
XYZ 9.57 13.28 21.13 -
YUV 81.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 2 113 124 0.98 0.09 0 0.51 185.41 0.97 0.25
Hex 2 71 7C 62 9 0 33 B9 61 19
Octal 2 161 174 142 11 0 63 271 141 31
Binary 10 1110001 1111100 1100010 1001 0 110011 10111001 1100001 11001

Color Harmonies of #02717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02717C

Black with #02717C

Text Example


Text Example

White with #02717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,113,124); }

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

background-color css

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

 a { background-color: rgb(2,113,124); }

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

border-color css

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

 span { border-color: rgb(2,113,124); }

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