Html Css Color HEX #125553 Cyprus

📋 copy color: '#125553'

red 18 ◦ green 85 ◦ blue 83

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

Shades of Cyprus #125553

Tints of Cyprus #125553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 9.68%
G = 45.7%
B = 44.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#125553 (or 0x125553) is known color: Cyprus. HEX triplet: 12, 55 and 53. RGB value is (18,85,83). Sum of RGB (Red+Green+Blue) = 18+85+83=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #125553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125553 is #EDAAAC. Grayscale: #404040. Windows color (decimal): -15575725 or 5461266. OLE color: 5461266.

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

Color convert

RGB 18 85 83 -
CMYK 0.79 0 0.02 0.67
HSL 178.21º 0.65% 0.2% -
HSV(B) 178.21º 0.79% 0.33% -
XYZ 5.06 7.25 9.32 -
YUV 64.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 18 85 83 0.79 0 0.02 0.67 178.21 0.65 0.2
Hex 12 55 53 4F 0 2 43 B2 41 14
Octal 22 125 123 117 0 2 103 262 101 24
Binary 10010 1010101 1010011 1001111 0 10 1000011 10110010 1000001 10100

Color Harmonies of #125553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125553

Black with #125553

Text Example


Text Example

White with #125553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125553; }

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

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

background-color css

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

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

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

border-color css

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

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

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