#007695

Color #007695 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #007695

Tints of Cerulean #007695

Color information

#007695 (or 0x007695) is unknown color: approx 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

RGB0118149-
CMYK10.2100.42
HSL192.48º100%29.22%-
HSV(B)192.48º100%58.43%-
XYZ11.915.1330.73-
YUV86.25163.4166.48-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal011814910.2100.42192.4810029.22
Hex07695641502Ac0641d
Octal01662251442505230014435
Binary0111011010010101110010010101010101011000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>