Html Css Color HEX #02757B Surfie Green

📋 copy color: '#02757B'

red 2 ◦ green 117 ◦ blue 123

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

Shades of Surfie Green #02757B

Tints of Surfie Green #02757B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 0.83%
G = 48.35%
B = 50.83%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02757B (or 0x02757B) is known color: Surfie Green. HEX triplet: 02, 75 and 7B. RGB value is (2,117,123). Sum of RGB (Red+Green+Blue) = 2+117+123=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #02757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02757B is #FD8A84. Grayscale: #535353. Windows color (decimal): -16616069 or 8090882. OLE color: 8090882.

HSL color Cylindrical-coordinate representation of color #02757B: hue angle of 182.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02757B is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 117 123 -
CMYK 0.98 0.05 0 0.52
HSL 182.98º 0.97% 0.25% -
HSV(B) 182.98º 0.98% 0.48% -
XYZ 9.96 14.17 20.95 -
YUV 83.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 2 117 123 0.98 0.05 0 0.52 182.98 0.97 0.25
Hex 2 75 7B 62 5 0 34 B7 61 19
Octal 2 165 173 142 5 0 64 267 141 31
Binary 10 1110101 1111011 1100010 101 0 110100 10110111 1100001 11001

Color Harmonies of #02757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02757B

Black with #02757B

Text Example


Text Example

White with #02757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02757B; }

 p { color: rgb(2,117,123); }

 H1.HeaderClassName
 {
   color: #02757B;
 }
 .AnyTagClassName
 {
   color: #02757B;
 }
</style>

background-color css

<style>
 a { background-color: #02757B; }

 a { background-color: rgb(2,117,123); }

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

border-color css

<style>
 span { border-color: #02757B; }

 span { border-color: rgb(2,117,123); }

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