Html Css Color HEX #619896 Cadet Blue

📋 copy color: '#619896'

red 97 ◦ green 152 ◦ blue 150

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

Shades of Cadet Blue #619896

Tints of Cadet Blue #619896

RGB

 RED value IS 97 (38.28% from 255) = 24.31%

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 24.31%
G = 38.1%
B = 37.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#619896 (or 0x619896) is known color: Cadet Blue. HEX triplet: 61, 98 and 96. RGB value is (97,152,150). Sum of RGB (Red+Green+Blue) = 97+152+150=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #619896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619896 is #9E6769. Grayscale: #878787. Windows color (decimal): -10381162 or 9869409. OLE color: 9869409.

HSL color Cylindrical-coordinate representation of color #619896: hue angle of 177.82º 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 #619896 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 150 -
CMYK 0.36 0 0.01 0.40
HSL 177.82º 0.22% 0.49% -
HSV(B) 177.82º 0.36% 0.6% -
XYZ 21.66 27.2 32.96 -
YUV 135.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 97 152 150 0.36 0 0.01 0.40 177.82 0.22 0.49
Hex 61 98 96 24 0 1 28 B2 16 31
Octal 141 230 226 44 0 1 50 262 26 61
Binary 1100001 10011000 10010110 100100 0 1 101000 10110010 10110 110001

Color Harmonies of #619896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619896

Black with #619896

Text Example


Text Example

White with #619896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619896; }

 p { color: rgb(97,152,150); }

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

background-color css

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

 a { background-color: rgb(97,152,150); }

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

border-color css

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

 span { border-color: rgb(97,152,150); }

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