Html Css Color HEX #0F534C Cyprus

📋 copy color: '#0F534C'

red 15 ◦ green 83 ◦ blue 76

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

Shades of Cyprus #0F534C

Tints of Cyprus #0F534C

RGB

 RED value IS 15 (6.25% from 255) = 8.62%

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 8.62%
G = 47.7%
B = 43.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#0F534C (or 0x0F534C) is known color: Cyprus. HEX triplet: 0F, 53 and 4C. RGB value is (15,83,76). Sum of RGB (Red+Green+Blue) = 15+83+76=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #0F534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F534C is #F0ACB3. Grayscale: #3D3D3D. Windows color (decimal): -15772852 or 5001999. OLE color: 5001999.

HSL color Cylindrical-coordinate representation of color #0F534C: hue angle of 173.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F534C is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 76 -
CMYK 0.82 0 0.08 0.67
HSL 173.82º 0.69% 0.19% -
HSV(B) 173.82º 0.82% 0.33% -
XYZ 4.59 6.81 7.91 -
YUV 61.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 15 83 76 0.82 0 0.08 0.67 173.82 0.69 0.19
Hex F 53 4C 52 0 8 43 AE 45 13
Octal 17 123 114 122 0 10 103 256 105 23
Binary 1111 1010011 1001100 1010010 0 1000 1000011 10101110 1000101 10011

Color Harmonies of #0F534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F534C

Black with #0F534C

Text Example


Text Example

White with #0F534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,83,76); }

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

background-color css

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

 a { background-color: rgb(15,83,76); }

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

border-color css

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

 span { border-color: rgb(15,83,76); }

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