Html Css Color HEX #0B717E Surfie Green

📋 copy color: '#0B717E'

red 11 ◦ green 113 ◦ blue 126

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

Shades of Surfie Green #0B717E

Tints of Surfie Green #0B717E

RGB

 RED value IS 11 (4.69% from 255) = 4.4%

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

 BLUE value IS 126 (49.61% from 255) = 50.4%

R = 4.4%
G = 45.2%
B = 50.4%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B717E (or 0x0B717E) is known color: Surfie Green. HEX triplet: 0B, 71 and 7E. RGB value is (11,113,126). Sum of RGB (Red+Green+Blue) = 11+113+126=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B717E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B717E is #F48E81. Grayscale: #535353. Windows color (decimal): -16027266 or 8286475. OLE color: 8286475.

HSL color Cylindrical-coordinate representation of color #0B717E: hue angle of 186.78º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B717E is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 113 126 -
CMYK 0.91 0.10 0 0.51
HSL 186.78º 0.84% 0.27% -
HSV(B) 186.78º 0.91% 0.49% -
XYZ 9.81 13.39 21.81 -
YUV 83.98 151.71 75.94 -
System Red Green Blue C M Y K H S L
Decimal 11 113 126 0.91 0.10 0 0.51 186.78 0.84 0.27
Hex B 71 7E 5B A 0 33 BB 54 1B
Octal 13 161 176 133 12 0 63 273 124 33
Binary 1011 1110001 1111110 1011011 1010 0 110011 10111011 1010100 11011

Color Harmonies of #0B717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B717E

Black with #0B717E

Text Example


Text Example

White with #0B717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B717E; }

 p { color: rgb(11,113,126); }

 H1.HeaderClassName
 {
   color: #0B717E;
 }
 .AnyTagClassName
 {
   color: #0B717E;
 }
</style>

background-color css

<style>
 a { background-color: #0B717E; }

 a { background-color: rgb(11,113,126); }

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

border-color css

<style>
 span { border-color: #0B717E; }

 span { border-color: rgb(11,113,126); }

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