Html Css Color HEX #0B534B Cyprus

📋 copy color: '#0B534B'

red 11 ◦ green 83 ◦ blue 75

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

Shades of Cyprus #0B534B

Tints of Cyprus #0B534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 6.51%
G = 49.11%
B = 44.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#0B534B (or 0x0B534B) is known color: Cyprus. HEX triplet: 0B, 53 and 4B. RGB value is (11,83,75). Sum of RGB (Red+Green+Blue) = 11+83+75=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #0B534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B534B is #F4ACB4. Grayscale: #3C3C3C. Windows color (decimal): -16034997 or 4936459. OLE color: 4936459.

HSL color Cylindrical-coordinate representation of color #0B534B: hue angle of 173.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B534B is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 11 83 75 -
CMYK 0.87 0 0.10 0.67
HSL 173.33º 0.77% 0.18% -
HSV(B) 173.33º 0.87% 0.33% -
XYZ 4.5 6.77 7.73 -
YUV 60.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 11 83 75 0.87 0 0.10 0.67 173.33 0.77 0.18
Hex B 53 4B 57 0 A 43 AD 4D 12
Octal 13 123 113 127 0 12 103 255 115 22
Binary 1011 1010011 1001011 1010111 0 1010 1000011 10101101 1001101 10010

Color Harmonies of #0B534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B534B

Black with #0B534B

Text Example


Text Example

White with #0B534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,83,75); }

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

background-color css

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

 a { background-color: rgb(11,83,75); }

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

border-color css

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

 span { border-color: rgb(11,83,75); }

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