Html Css Color HEX #CAF5AB Reef

📋 copy color: '#CAF5AB'

red 202 ◦ green 245 ◦ blue 171

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

Shades of Reef #CAF5AB

Tints of Reef #CAF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.64%

 BLUE value IS 171 (67.19% from 255) = 27.67%

R = 32.69%
G = 39.64%
B = 27.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CAF5AB (or 0xCAF5AB) is known color: Reef. HEX triplet: CA, F5 and AB. RGB value is (202,245,171). Sum of RGB (Red+Green+Blue) = 202+245+171=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF5AB is #350A54. Grayscale: #DFDFDF. Windows color (decimal): -3476053 or 11269578. OLE color: 11269578.

HSL color Cylindrical-coordinate representation of color #CAF5AB: hue angle of 94.86º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF5AB is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 171 -
CMYK 0.18 0 0.30 0.04
HSL 94.86º 0.79% 0.82% -
HSV(B) 94.86º 0.3% 0.96% -
XYZ 64.36 80.8 50.73 -
YUV 223.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 202 245 171 0.18 0 0.30 0.04 94.86 0.79 0.82
Hex CA F5 AB 12 0 1E 4 5F 4F 52
Octal 312 365 253 22 0 36 4 137 117 122
Binary 11001010 11110101 10101011 10010 0 11110 100 1011111 1001111 1010010

Color Harmonies of #CAF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF5AB

Black with #CAF5AB

Text Example


Text Example

White with #CAF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF5AB; }

 p { color: rgb(202,245,171); }

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

background-color css

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

 a { background-color: rgb(202,245,171); }

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

border-color css

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

 span { border-color: rgb(202,245,171); }

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