Html Css Color HEX #007697 Cerulean

📋 copy color: '#007697'

red 0 ◦ green 118 ◦ blue 151

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

Shades of Cerulean #007697

Tints of Cerulean #007697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 0%
G = 43.87%
B = 56.13%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007697 (or 0x007697) is known color: Cerulean. HEX triplet: 00, 76 and 97. RGB value is (0,118,151). Sum of RGB (Red+Green+Blue) = 0+118+151=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #007697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007697 is #FF8968. Grayscale: #565656. Windows color (decimal): -16746857 or 9926144. OLE color: 9926144.

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

Color convert

RGB 0 118 151 -
CMYK 1 0.22 0 0.41
HSL 193.11º 1% 0.3% -
HSV(B) 193.11º 1% 0.59% -
XYZ 12.06 15.19 31.57 -
YUV 86.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 0 118 151 1 0.22 0 0.41 193.11 1 0.3
Hex 0 76 97 64 16 0 29 C1 64 1E
Octal 0 166 227 144 26 0 51 301 144 36
Binary 0 1110110 10010111 1100100 10110 0 101001 11000001 1100100 11110

Color Harmonies of #007697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007697

Black with #007697

Text Example


Text Example

White with #007697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007697; }

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

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

background-color css

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

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

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

border-color css

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

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

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