#67999C

Color #67999C Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #67999C

Tints of Cadet Blue #67999C

Color information

#67999C (or 0x67999C) is unknown color: approx Cadet Blue. HEX triplet: 67, 99 and 9C. RGB value is (103,153,156). Sum of RGB (Red+Green+Blue) = 103+153+156=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #67999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67999C is #986663. Grayscale: #8A8A8A. Windows color (decimal): -9987684 or 10262887. OLE color: 10262887.

HSL color Cylindrical-coordinate representation of color #67999C: hue angle of 183.4º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67999C is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103153156-
CMYK0.340.0200.39
HSL183.4º21.12%50.78%-
HSV(B)183.4º33.97%61.18%-
XYZ22.9928.0735.66-
YUV138.39137.94102.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 37.14%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=25%
G=37.14%
B=37.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031531560.340.0200.39183.421.1250.78
Hex67999C222027b71533
Octal1472312344220472672563
Binary110011110011001100111001000101001001111011011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67999C; }

 p { color: rgb(103,153,156); }

 H1.HeaderClassName
 {
   color: #67999C;
 }
 .AnyTagClassName
 {
   color: #67999C;
 }
</style>
background-color css

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

 a { background-color: rgb(103,153,156); }

 div.DivClassName
 {
   background-color: #67999C;
 }
 .BgClassName
 {
   background-color: #67999C;
 }
</style>
border-color css

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

 span { border-color: rgb(103,153,156); }

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