Html Css Color HEX #125353 Cyprus

📋 copy color: '#125353'

red 18 ◦ green 83 ◦ blue 83

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

Shades of Cyprus #125353

Tints of Cyprus #125353

RGB

 RED value IS 18 (7.42% from 255) = 9.78%

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

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 9.78%
G = 45.11%
B = 45.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#125353 (or 0x125353) is known color: Cyprus. HEX triplet: 12, 53 and 53. RGB value is (18,83,83). Sum of RGB (Red+Green+Blue) = 18+83+83=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #125353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125353 is #EDACAC. Grayscale: #3F3F3F. Windows color (decimal): -15576237 or 5460754. OLE color: 5460754.

HSL color Cylindrical-coordinate representation of color #125353: hue angle of 180º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125353 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 83 -
CMYK 0.78 0 0 0.67
HSL 180º 0.64% 0.2% -
HSV(B) 180º 0.78% 0.33% -
XYZ 4.9 6.94 9.26 -
YUV 63.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 18 83 83 0.78 0 0 0.67 180 0.64 0.2
Hex 12 53 53 4E 0 0 43 B4 40 14
Octal 22 123 123 116 0 0 103 264 100 24
Binary 10010 1010011 1010011 1001110 0 0 1000011 10110100 1000000 10100

Color Harmonies of #125353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125353

Black with #125353

Text Example


Text Example

White with #125353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125353; }

 p { color: rgb(18,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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