Html Css Color HEX #C6FAA5 Reef

📋 copy color: '#C6FAA5'

red 198 ◦ green 250 ◦ blue 165

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

Shades of Reef #C6FAA5

Tints of Reef #C6FAA5

RGB

 RED value IS 198 (77.73% from 255) = 32.3%

 GREEN value IS 250 (98.05% from 255) = 40.78%

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

R = 32.3%
G = 40.78%
B = 26.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#C6FAA5 (or 0xC6FAA5) is known color: Reef. HEX triplet: C6, FA and A5. RGB value is (198,250,165). Sum of RGB (Red+Green+Blue) = 198+250+165=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FAA5 is #39055A. Grayscale: #E1E1E1. Windows color (decimal): -3736923 or 10877638. OLE color: 10877638.

HSL color Cylindrical-coordinate representation of color #C6FAA5: hue angle of 96.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6FAA5 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 250 165 -
CMYK 0.21 0 0.34 0.02
HSL 96.71º 0.89% 0.81% -
HSV(B) 96.71º 0.34% 0.98% -
XYZ 64.27 83.09 48.25 -
YUV 224.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 198 250 165 0.21 0 0.34 0.02 96.71 0.89 0.81
Hex C6 FA A5 15 0 22 2 61 59 51
Octal 306 372 245 25 0 42 2 141 131 121
Binary 11000110 11111010 10100101 10101 0 100010 10 1100001 1011001 1010001

Color Harmonies of #C6FAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FAA5

Black with #C6FAA5

Text Example


Text Example

White with #C6FAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FAA5; }

 p { color: rgb(198,250,165); }

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

background-color css

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

 a { background-color: rgb(198,250,165); }

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

border-color css

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

 span { border-color: rgb(198,250,165); }

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