Html Css Color HEX #CCFFA2 Reef

📋 copy color: '#CCFFA2'

red 204 ◦ green 255 ◦ blue 162

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

Shades of Reef #CCFFA2

Tints of Reef #CCFFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.09%

R = 32.85%
G = 41.06%
B = 26.09%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#CCFFA2 (or 0xCCFFA2) is known color: Reef. HEX triplet: CC, FF and A2. RGB value is (204,255,162). Sum of RGB (Red+Green+Blue) = 204+255+162=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA2 is #33005D. Grayscale: #E5E5E5. Windows color (decimal): -3342430 or 10682316. OLE color: 10682316.

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

Color convert

RGB 204 255 162 -
CMYK 0.2 0 0.36 0
HSL 92.9º 1% 0.82% -
HSV(B) 92.9º 0.36% 1% -
XYZ 67.18 86.97 47.43 -
YUV 229.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 204 255 162 0.2 0 0.36 0 92.9 1 0.82
Hex CC FF A2 14 0 24 0 5D 64 52
Octal 314 377 242 24 0 44 0 135 144 122
Binary 11001100 11111111 10100010 10100 0 100100 0 1011101 1100100 1010010

Color Harmonies of #CCFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA2

Black with #CCFFA2

Text Example


Text Example

White with #CCFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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