Html Css Color HEX #007696 Cerulean

📋 copy color: '#007696'

red 0 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #007696

Tints of Cerulean #007696

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.03%
B = 55.97%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007696 (or 0x007696) is known color: Cerulean. HEX triplet: 00, 76 and 96. RGB value is (0,118,150). Sum of RGB (Red+Green+Blue) = 0+118+150=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #007696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007696 is #FF8969. Grayscale: #565656. Windows color (decimal): -16746858 or 9860608. OLE color: 9860608.

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

Color convert

RGB 0 118 150 -
CMYK 1 0.21 0 0.41
HSL 192.8º 1% 0.29% -
HSV(B) 192.8º 1% 0.59% -
XYZ 11.98 15.16 31.15 -
YUV 86.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 0 118 150 1 0.21 0 0.41 192.8 1 0.29
Hex 0 76 96 64 15 0 29 C1 64 1D
Octal 0 166 226 144 25 0 51 301 144 35
Binary 0 1110110 10010110 1100100 10101 0 101001 11000001 1100100 11101

Color Harmonies of #007696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007696

Black with #007696

Text Example


Text Example

White with #007696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007696; }

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

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

background-color css

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

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

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

border-color css

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

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

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