Html Css Color HEX #127696 Cerulean

📋 copy color: '#127696'

red 18 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #127696

Tints of Cerulean #127696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 6.29%
G = 41.26%
B = 52.45%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127696 (or 0x127696) is known color: Cerulean. HEX triplet: 12, 76 and 96. RGB value is (18,118,150). Sum of RGB (Red+Green+Blue) = 18+118+150=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #127696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127696 is #ED8969. Grayscale: #5B5B5B. Windows color (decimal): -15567210 or 9860626. OLE color: 9860626.

HSL color Cylindrical-coordinate representation of color #127696: hue angle of 194.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127696 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 118 150 -
CMYK 0.88 0.21 0 0.41
HSL 194.55º 0.79% 0.33% -
HSV(B) 194.55º 0.88% 0.59% -
XYZ 12.23 15.29 31.16 -
YUV 91.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 18 118 150 0.88 0.21 0 0.41 194.55 0.79 0.33
Hex 12 76 96 58 15 0 29 C3 4F 21
Octal 22 166 226 130 25 0 51 303 117 41
Binary 10010 1110110 10010110 1011000 10101 0 101001 11000011 1001111 100001

Color Harmonies of #127696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127696

Black with #127696

Text Example


Text Example

White with #127696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127696; }

 p { color: rgb(18,118,150); }

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

background-color css

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

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

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

border-color css

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

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

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