Html Css Color HEX #CCFFA5 Reef

📋 copy color: '#CCFFA5'

red 204 ◦ green 255 ◦ blue 165

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

Shades of Reef #CCFFA5

Tints of Reef #CCFFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.44%

R = 32.69%
G = 40.87%
B = 26.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#CCFFA5 (or 0xCCFFA5) is known color: Reef. HEX triplet: CC, FF and A5. RGB value is (204,255,165). Sum of RGB (Red+Green+Blue) = 204+255+165=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFA5 is #33005A. Grayscale: #E5E5E5. Windows color (decimal): -3342427 or 10878924. OLE color: 10878924.

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

Color convert

RGB 204 255 165 -
CMYK 0.2 0 0.35 0
HSL 94º 1% 0.82% -
HSV(B) 94º 0.35% 1% -
XYZ 67.45 87.07 48.85 -
YUV 229.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 204 255 165 0.2 0 0.35 0 94 1 0.82
Hex CC FF A5 14 0 23 0 5E 64 52
Octal 314 377 245 24 0 43 0 136 144 122
Binary 11001100 11111111 10100101 10100 0 100011 0 1011110 1100100 1010010

Color Harmonies of #CCFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFA5

Black with #CCFFA5

Text Example


Text Example

White with #CCFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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