#CCFFCC

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

Shades of Blue Romance #CCFFCC

Tints of Blue Romance #CCFFCC

Color information

#CCFFCC (or 0xCCFFCC) is unknown color: approx Blue Romance. HEX triplet: CC, FF and CC. RGB value is (204,255,204). Sum of RGB (Red+Green+Blue) = 204+255+204=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCC is a web safe color. Inversed color of #CCFFCC is #330033. Grayscale: #EAEAEA. Windows color (decimal): -3342388 or 13434828. OLE color: 13434828.

HSL color Cylindrical-coordinate representation of color #CCFFCC: hue angle of 120º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFCC is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB204255204-
CMYK0.200.20
HSL120º100%90%-
HSV(B)120º20%100%-
XYZ71.5688.7270.48-
YUV233.94111.1106.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=30.77%
G=38.46%
B=30.77%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552040.200.2012010090
HexCCFFCC14014078645a
Octal314377314240240170144132
Binary110011001111111111001100101000101000111100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFCC; }

 p { color: rgb(204,255,204); }

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

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

 a { background-color: rgb(204,255,204); }

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

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

 span { border-color: rgb(204,255,204); }

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