Html Css Color HEX #C7FBA0 Reef

📋 copy color: '#C7FBA0'

red 199 ◦ green 251 ◦ blue 160

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

Shades of Reef #C7FBA0

Tints of Reef #C7FBA0

RGB

 RED value IS 199 (78.13% from 255) = 32.62%

 GREEN value IS 251 (98.44% from 255) = 41.15%

 BLUE value IS 160 (62.89% from 255) = 26.23%

R = 32.62%
G = 41.15%
B = 26.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#C7FBA0 (or 0xC7FBA0) is known color: Reef. HEX triplet: C7, FB and A0. RGB value is (199,251,160). Sum of RGB (Red+Green+Blue) = 199+251+160=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA0 is #38045F. Grayscale: #E1E1E1. Windows color (decimal): -3671136 or 10550215. OLE color: 10550215.

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

Color convert

RGB 199 251 160 -
CMYK 0.21 0 0.36 0.02
HSL 94.29º 0.92% 0.81% -
HSV(B) 94.29º 0.36% 0.98% -
XYZ 64.4 83.67 46.01 -
YUV 225.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 199 251 160 0.21 0 0.36 0.02 94.29 0.92 0.81
Hex C7 FB A0 15 0 24 2 5E 5C 51
Octal 307 373 240 25 0 44 2 136 134 121
Binary 11000111 11111011 10100000 10101 0 100100 10 1011110 1011100 1010001

Color Harmonies of #C7FBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FBA0

Black with #C7FBA0

Text Example


Text Example

White with #C7FBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FBA0; }

 p { color: rgb(199,251,160); }

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

background-color css

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

 a { background-color: rgb(199,251,160); }

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

border-color css

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

 span { border-color: rgb(199,251,160); }

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