Html Css Color HEX #629995 Cadet Blue

📋 copy color: '#629995'

red 98 ◦ green 153 ◦ blue 149

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

Shades of Cadet Blue #629995

Tints of Cadet Blue #629995

RGB

 RED value IS 98 (38.67% from 255) = 24.5%

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 24.5%
G = 38.25%
B = 37.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#629995 (or 0x629995) is known color: Cadet Blue. HEX triplet: 62, 99 and 95. RGB value is (98,153,149). Sum of RGB (Red+Green+Blue) = 98+153+149=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #629995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629995 is #9D666A. Grayscale: #888888. Windows color (decimal): -10315371 or 9804130. OLE color: 9804130.

HSL color Cylindrical-coordinate representation of color #629995: hue angle of 175.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629995 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 149 -
CMYK 0.36 0 0.03 0.4
HSL 175.64º 0.22% 0.49% -
HSV(B) 175.64º 0.36% 0.6% -
XYZ 21.85 27.55 32.6 -
YUV 136.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 98 153 149 0.36 0 0.03 0.4 175.64 0.22 0.49
Hex 62 99 95 24 0 3 28 B0 16 31
Octal 142 231 225 44 0 3 50 260 26 61
Binary 1100010 10011001 10010101 100100 0 11 101000 10110000 10110 110001

Color Harmonies of #629995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629995

Black with #629995

Text Example


Text Example

White with #629995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629995; }

 p { color: rgb(98,153,149); }

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

background-color css

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

 a { background-color: rgb(98,153,149); }

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

border-color css

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

 span { border-color: rgb(98,153,149); }

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