Html Css Color HEX #CAFFA5 Reef

📋 copy color: '#CAFFA5'

red 202 ◦ green 255 ◦ blue 165

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

Shades of Reef #CAFFA5

Tints of Reef #CAFFA5

RGB

 RED value IS 202 (79.3% from 255) = 32.48%

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

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

R = 32.48%
G = 41%
B = 26.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#CAFFA5 (or 0xCAFFA5) is known color: Reef. HEX triplet: CA, FF and A5. RGB value is (202,255,165). Sum of RGB (Red+Green+Blue) = 202+255+165=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA5 is #35005A. Grayscale: #E5E5E5. Windows color (decimal): -3473499 or 10878922. OLE color: 10878922.

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

Color convert

RGB 202 255 165 -
CMYK 0.21 0 0.35 0
HSL 95.33º 1% 0.82% -
HSV(B) 95.33º 0.35% 1% -
XYZ 66.91 86.79 48.82 -
YUV 228.89 91.94 108.82 -
System Red Green Blue C M Y K H S L
Decimal 202 255 165 0.21 0 0.35 0 95.33 1 0.82
Hex CA FF A5 15 0 23 0 5F 64 52
Octal 312 377 245 25 0 43 0 137 144 122
Binary 11001010 11111111 10100101 10101 0 100011 0 1011111 1100100 1010010

Color Harmonies of #CAFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFA5

Black with #CAFFA5

Text Example


Text Example

White with #CAFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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