Html Css Color HEX #CCFFA3 Reef

📋 copy color: '#CCFFA3'

red 204 ◦ green 255 ◦ blue 163

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

Shades of Reef #CCFFA3

Tints of Reef #CCFFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.21%

R = 32.8%
G = 41%
B = 26.21%

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

#CCFFA3 (or 0xCCFFA3) is known color: Reef. HEX triplet: CC, FF and A3. RGB value is (204,255,163). Sum of RGB (Red+Green+Blue) = 204+255+163=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA3 is #33005C. Grayscale: #E5E5E5. Windows color (decimal): -3342429 or 10747852. OLE color: 10747852.

HSL color Cylindrical-coordinate representation of color #CCFFA3: hue angle of 93.26º 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 #CCFFA3 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 163 -
CMYK 0.2 0 0.36 0
HSL 93.26º 1% 0.82% -
HSV(B) 93.26º 0.36% 1% -
XYZ 67.27 87 47.9 -
YUV 229.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 204 255 163 0.2 0 0.36 0 93.26 1 0.82
Hex CC FF A3 14 0 24 0 5D 64 52
Octal 314 377 243 24 0 44 0 135 144 122
Binary 11001100 11111111 10100011 10100 0 100100 0 1011101 1100100 1010010

Color Harmonies of #CCFFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA3

Black with #CCFFA3

Text Example


Text Example

White with #CCFFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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