Html Css Color HEX #007695 Cerulean

📋 copy color: '#007695'

red 0 ◦ green 118 ◦ blue 149

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

Shades of Cerulean #007695

Tints of Cerulean #007695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 0%
G = 44.19%
B = 55.81%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007695 (or 0x007695) is known color: Cerulean. HEX triplet: 00, 76 and 95. RGB value is (0,118,149). Sum of RGB (Red+Green+Blue) = 0+118+149=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #007695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007695 is #FF896A. Grayscale: #565656. Windows color (decimal): -16746859 or 9795072. OLE color: 9795072.

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

Color convert

RGB 0 118 149 -
CMYK 1 0.21 0 0.42
HSL 192.48º 1% 0.29% -
HSV(B) 192.48º 1% 0.58% -
XYZ 11.9 15.13 30.73 -
YUV 86.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 0 118 149 1 0.21 0 0.42 192.48 1 0.29
Hex 0 76 95 64 15 0 2A C0 64 1D
Octal 0 166 225 144 25 0 52 300 144 35
Binary 0 1110110 10010101 1100100 10101 0 101010 11000000 1100100 11101

Color Harmonies of #007695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007695

Black with #007695

Text Example


Text Example

White with #007695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007695; }

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

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

background-color css

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

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

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

border-color css

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

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

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