Html Css Color HEX #CCFFA1 Reef

📋 copy color: '#CCFFA1'

red 204 ◦ green 255 ◦ blue 161

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

Shades of Reef #CCFFA1

Tints of Reef #CCFFA1

RGB

 RED value IS 204 (80.08% from 255) = 32.9%

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 161 (63.28% from 255) = 25.97%

R = 32.9%
G = 41.13%
B = 25.97%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#CCFFA1 (or 0xCCFFA1) is known color: Reef. HEX triplet: CC, FF and A1. RGB value is (204,255,161). Sum of RGB (Red+Green+Blue) = 204+255+161=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA1 is #33005E. Grayscale: #E5E5E5. Windows color (decimal): -3342431 or 10616780. OLE color: 10616780.

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

Color convert

RGB 204 255 161 -
CMYK 0.2 0 0.37 0
HSL 92.55º 1% 0.82% -
HSV(B) 92.55º 0.37% 1% -
XYZ 67.09 86.93 46.96 -
YUV 229.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 204 255 161 0.2 0 0.37 0 92.55 1 0.82
Hex CC FF A1 14 0 25 0 5D 64 52
Octal 314 377 241 24 0 45 0 135 144 122
Binary 11001100 11111111 10100001 10100 0 100101 0 1011101 1100100 1010010

Color Harmonies of #CCFFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA1

Black with #CCFFA1

Text Example


Text Example

White with #CCFFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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