Html Css Color HEX #125A65 Blue Stone

📋 copy color: '#125A65'

red 18 ◦ green 90 ◦ blue 101

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

Shades of Blue Stone #125A65

Tints of Blue Stone #125A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.06%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 8.61%
G = 43.06%
B = 48.33%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125A65 (or 0x125A65) is known color: Blue Stone. HEX triplet: 12, 5A and 65. RGB value is (18,90,101). Sum of RGB (Red+Green+Blue) = 18+90+101=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #125A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A65 is #EDA59A. Grayscale: #454545. Windows color (decimal): -15574427 or 6642194. OLE color: 6642194.

HSL color Cylindrical-coordinate representation of color #125A65: hue angle of 187.95º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125A65 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 90 101 -
CMYK 0.82 0.11 0 0.60
HSL 187.95º 0.7% 0.23% -
HSV(B) 187.95º 0.82% 0.4% -
XYZ 6.25 8.38 13.6 -
YUV 69.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 18 90 101 0.82 0.11 0 0.60 187.95 0.7 0.23
Hex 12 5A 65 52 B 0 3C BC 46 17
Octal 22 132 145 122 13 0 74 274 106 27
Binary 10010 1011010 1100101 1010010 1011 0 111100 10111100 1000110 10111

Color Harmonies of #125A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A65

Black with #125A65

Text Example


Text Example

White with #125A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A65; }

 p { color: rgb(18,90,101); }

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

background-color css

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

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

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

border-color css

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

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

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