#69C5CA

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

Shades of Seagull #69C5CA

Tints of Seagull #69C5CA

Color information

#69C5CA (or 0x69C5CA) is unknown color: approx Seagull. HEX triplet: 69, C5 and CA. RGB value is (105,197,202). Sum of RGB (Red+Green+Blue) = 105+197+202=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #69C5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5CA is #963A35. Grayscale: #A9A9A9. Windows color (decimal): -9845302 or 13288809. OLE color: 13288809.

HSL color Cylindrical-coordinate representation of color #69C5CA: hue angle of 183.09º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C5CA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105197202-
CMYK0.480.0200.21
HSL183.09º47.78%60.2%-
HSV(B)183.09º48.02%79.22%-
XYZ36.4547.263.07-
YUV170.06146.0281.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=20.83%
G=39.09%
B=40.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051972020.480.0200.21183.0947.7860.2
Hex69C5CA302015b7303c
Octal1513053126020252676074
Binary110100111000101110010101100001001010110110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C5CA; }

 p { color: rgb(105,197,202); }

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

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

 a { background-color: rgb(105,197,202); }

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

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

 span { border-color: rgb(105,197,202); }

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