Html Css Color HEX #007A99 Cerulean

📋 copy color: '#007A99'

red 0 ◦ green 122 ◦ blue 153

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

Shades of Cerulean #007A99

Tints of Cerulean #007A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.36%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 0%
G = 44.36%
B = 55.64%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#007A99 (or 0x007A99) is known color: Cerulean. HEX triplet: 00, 7A and 99. RGB value is (0,122,153). Sum of RGB (Red+Green+Blue) = 0+122+153=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #007A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A99 is #FF8566. Grayscale: #585858. Windows color (decimal): -16745831 or 10058240. OLE color: 10058240.

HSL color Cylindrical-coordinate representation of color #007A99: hue angle of 192.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A99 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 122 153 -
CMYK 1 0.20 0 0.4
HSL 192.16º 1% 0.3% -
HSV(B) 192.16º 1% 0.6% -
XYZ 12.71 16.22 32.6 -
YUV 89.06 164.08 64.48 -
System Red Green Blue C M Y K H S L
Decimal 0 122 153 1 0.20 0 0.4 192.16 1 0.3
Hex 0 7A 99 64 14 0 28 C0 64 1E
Octal 0 172 231 144 24 0 50 300 144 36
Binary 0 1111010 10011001 1100100 10100 0 101000 11000000 1100100 11110

Color Harmonies of #007A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A99

Black with #007A99

Text Example


Text Example

White with #007A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007A99; }

 p { color: rgb(0,122,153); }

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

background-color css

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

 a { background-color: rgb(0,122,153); }

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

border-color css

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

 span { border-color: rgb(0,122,153); }

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